feat: Update nginx service dependencies to ensure they start only after app and redis services
This commit is contained in:
@@ -16,8 +16,10 @@ services:
|
|||||||
container_name: inventarsystem-nginx
|
container_name: inventarsystem-nginx
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- app
|
app:
|
||||||
- redis
|
condition: service_started
|
||||||
|
redis:
|
||||||
|
condition: service_started
|
||||||
ports:
|
ports:
|
||||||
- "${INVENTAR_HTTP_PORT:-80}:80"
|
- "${INVENTAR_HTTP_PORT:-80}:80"
|
||||||
- "${INVENTAR_HTTPS_PORT:-443}:443"
|
- "${INVENTAR_HTTPS_PORT:-443}:443"
|
||||||
|
|||||||
Reference in New Issue
Block a user