feat: Update nginx service dependency to ensure it starts only after the app service

This commit is contained in:
2026-04-19 13:08:41 +02:00
parent 3fdbadd454
commit 1bfe998906
2 changed files with 2 additions and 1 deletions
View File
+2 -1
View File
@@ -4,7 +4,8 @@ services:
container_name: inventarsystem-nginx
restart: unless-stopped
depends_on:
- app
app:
condition: service_started
ports:
- "${INVENTAR_HTTP_PORT:-80}:80"
- "${INVENTAR_HTTPS_PORT:-443}:443"