+ fixed incorrect depends_on references
This commit is contained in:
parent
eee23ca20d
commit
6cf9a1c787
1 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ services:
|
||||||
authentik_server:
|
authentik_server:
|
||||||
command: server
|
command: server
|
||||||
depends_on:
|
depends_on:
|
||||||
postgresql:
|
authentik_postgresql:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
environment:
|
environment:
|
||||||
AUTHENTIK_POSTGRESQL__HOST: postgresql
|
AUTHENTIK_POSTGRESQL__HOST: postgresql
|
||||||
|
|
@ -39,7 +39,7 @@ services:
|
||||||
authentik_worker:
|
authentik_worker:
|
||||||
command: worker
|
command: worker
|
||||||
depends_on:
|
depends_on:
|
||||||
postgresql:
|
authentik_postgresql:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
environment:
|
environment:
|
||||||
AUTHENTIK_POSTGRESQL__HOST: postgresql
|
AUTHENTIK_POSTGRESQL__HOST: postgresql
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue