mirror of
https://github.com/Freika/dawarich.git
synced 2026-04-22 03:00:29 -04:00
Wrong service names on dependencies.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user