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