From cf005bf8340131da96a56e2398fc12d07dfdb7a9 Mon Sep 17 00:00:00 2001 From: tetebueno <9064236+tetebueno@users.noreply.github.com> Date: Mon, 14 Oct 2024 15:44:24 -0300 Subject: [PATCH] Wrong service names on dependencies. --- docker-compose.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 63b8f4f1..604ae324 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: