dependsa
This commit is contained in:
parent
a92cf7f812
commit
195b44bc6b
1 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,8 @@ services:
|
|||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
depends_on:
|
||||
- authelia
|
||||
|
||||
######## authelia ########
|
||||
authelia:
|
||||
|
@ -51,6 +53,7 @@ services:
|
|||
traefik.http.middlewares.authelia.forwardauth.authResponseHeaders: Remote-User,Remote-Groups,Remote-Name,Remote-Email
|
||||
depends_on:
|
||||
- authelia-redis
|
||||
- authelia-db
|
||||
networks:
|
||||
- traefik
|
||||
- postfix
|
||||
|
|
Loading…
Reference in a new issue