From f2dcc8e01b14fcce2cf620b6e6f619764573629b Mon Sep 17 00:00:00 2001 From: peskyadmin Date: Mon, 14 Apr 2025 18:52:29 -0500 Subject: [PATCH] fix depends_on --- docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 1ee7908..2232e3b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -73,9 +73,9 @@ services: # - "${COMPOSE_PORT_HTTPS:-9443}:9443" network_mode: service:authentik-ts depends_on: - postgresql: + authentik-postgres: condition: service_healthy - redis: + authentik-redis: condition: service_healthy authentik-ts: condition: service_started @@ -106,9 +106,9 @@ services: - .env network_mode: service:authentik-ts depends_on: - postgresql: + authentik-postgres: condition: service_healthy - redis: + authentik-redis: condition: service_healthy authentik-ts: condition: service_started \ No newline at end of file