dependsa
All checks were successful
ansible-lint / gitleaks (pull_request) Successful in 5s
ansible-lint / Ansible Lint (pull_request) Successful in 40s

This commit is contained in:
Michael Grote 2024-11-10 16:56:55 +01:00
parent a92cf7f812
commit 195b44bc6b

View file

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