generated from DAM/ts-TEMPLATE
fix depends_on
This commit is contained in:
parent
6297e7b388
commit
f2dcc8e01b
@ -73,9 +73,9 @@ services:
|
|||||||
# - "${COMPOSE_PORT_HTTPS:-9443}:9443"
|
# - "${COMPOSE_PORT_HTTPS:-9443}:9443"
|
||||||
network_mode: service:authentik-ts
|
network_mode: service:authentik-ts
|
||||||
depends_on:
|
depends_on:
|
||||||
postgresql:
|
authentik-postgres:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
redis:
|
authentik-redis:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
authentik-ts:
|
authentik-ts:
|
||||||
condition: service_started
|
condition: service_started
|
||||||
@ -106,9 +106,9 @@ services:
|
|||||||
- .env
|
- .env
|
||||||
network_mode: service:authentik-ts
|
network_mode: service:authentik-ts
|
||||||
depends_on:
|
depends_on:
|
||||||
postgresql:
|
authentik-postgres:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
redis:
|
authentik-redis:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
authentik-ts:
|
authentik-ts:
|
||||||
condition: service_started
|
condition: service_started
|
Loading…
x
Reference in New Issue
Block a user