add authelia to registry-ui #234

Merged
mg merged 6 commits from authelia_registry_ui into master 2024-11-10 17:29:05 +01:00
Showing only changes of commit 195b44bc6b - Show all commits

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