fixing frontend Docker Anpassungen

This commit is contained in:
stefan
2025-09-27 11:48:09 +02:00
parent bacd7cbe27
commit 80eca624a4
4 changed files with 31 additions and 9 deletions
+5
View File
@@ -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: