-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
Ajout de Authelia afin de ne plus avoir à passer par l'http_auth, ajout du service Authelia :
https://www.authelia.com/integration/deployment/docker/
Config exemple :
services:
authelia:
image: authelia/authelia
container_name: authelia
restart: always
volumes:
- ./config:/config
environment:
- TZ=Europe/Paris
networks:
- traefik
labels:
- "traefik.enable=true"
- "traefik.http.routers.authelia.rule=Host(`host.domain.cdn`)"
networks:
traefik:
external: trueReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels