+ 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:
|
||||
command: server
|
||||
depends_on:
|
||||
postgresql:
|
||||
authentik_postgresql:
|
||||
condition: service_healthy
|
||||
environment:
|
||||
AUTHENTIK_POSTGRESQL__HOST: postgresql
|
||||
|
|
@ -39,7 +39,7 @@ services:
|
|||
authentik_worker:
|
||||
command: worker
|
||||
depends_on:
|
||||
postgresql:
|
||||
authentik_postgresql:
|
||||
condition: service_healthy
|
||||
environment:
|
||||
AUTHENTIK_POSTGRESQL__HOST: postgresql
|
||||
|
|
|
|||
Loading…
Reference in a new issue