fixing frontend Docker Anpassungen
This commit is contained in:
@@ -28,11 +28,16 @@ services:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: dockerfiles/clients/web-app/Dockerfile
|
||||
args:
|
||||
- BUILD_DATE=${BUILD_DATE:-$(date -u +"%Y-%m-%dT%H:%M:%SZ")}
|
||||
- VERSION=${APP_VERSION:-1.0.0}
|
||||
container_name: meldestelle-web-app
|
||||
environment:
|
||||
NODE_ENV: ${NODE_ENV:-production}
|
||||
APP_TITLE: ${APP_NAME:-Meldestelle}
|
||||
APP_VERSION: ${APP_VERSION:-1.0.0}
|
||||
# Nginx Worker Processes (für Performance)
|
||||
NGINX_WORKER_PROCESSES: ${NGINX_WORKER_PROCESSES:-auto}
|
||||
ports:
|
||||
- "4000:4000"
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user