fix depends_on

This commit is contained in:
peskyadmin 2025-04-14 18:52:29 -05:00
parent 6297e7b388
commit f2dcc8e01b

View File

@ -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