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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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: