From ad9b4fef97c06138522cd10e8de89ae45fc048f0 Mon Sep 17 00:00:00 2001 From: Chris King Date: Sun, 12 Jan 2025 23:49:47 -0800 Subject: [PATCH] Updated authentik db service name to db in all locations --- authentik/docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/authentik/docker-compose.yml b/authentik/docker-compose.yml index 909c27e..880b7ba 100644 --- a/authentik/docker-compose.yml +++ b/authentik/docker-compose.yml @@ -51,7 +51,7 @@ services: - "${COMPOSE_PORT_HTTP:-9000}:9000" - "${COMPOSE_PORT_HTTPS:-9443}:9443" depends_on: - postgresql: + db: condition: service_healthy redis: condition: service_healthy @@ -80,7 +80,7 @@ services: env_file: - .env depends_on: - postgresql: + db: condition: service_healthy redis: condition: service_healthy @@ -93,4 +93,4 @@ volumes: networks: proxy-net: - external: true \ No newline at end of file + external: true