Wrong service names on dependencies.

This commit is contained in:
tetebueno
2024-10-14 15:44:24 -03:00
committed by GitHub
parent 44cfcecfd5
commit cf005bf834

View File

@@ -74,10 +74,10 @@ services:
start_period: 30s
timeout: 10s
depends_on:
db:
dawarich_db:
condition: service_healthy
restart: true
redis:
dawarich_redis:
condition: service_healthy
restart: true
deploy:
@@ -123,13 +123,13 @@ services:
start_period: 30s
timeout: 10s
depends_on:
db:
dawarich_db:
condition: service_healthy
restart: true
redis:
dawarich_redis:
condition: service_healthy
restart: true
app:
dawarich_app:
condition: service_healthy
restart: true
deploy: