Create a Docker Image for Web (#4533)

This commit is contained in:
Tom Rogers
2025-02-05 15:37:58 +01:00
committed by GitHub
parent e34749f666
commit ae6a25fe6d
7 changed files with 53 additions and 24 deletions

View File

@ -54,15 +54,7 @@ services:
condition: service_started
web:
build:
context: ../../
dockerfile: ./packages/web/Dockerfile-self
args:
- APP_ENV=prod
- BASE_URL=http://localhost:3000
- SERVER_BASE_URL=http://localhost:4000
- HIGHLIGHTS_BASE_URL=http://localhost:3000
- USE_NATIVE_PDF=true
image: "ghcr.io/omnivore-app/sh-web:latest"
container_name: "omnivore-web"
ports:
- "3000:8080"