Files
docker_dev/authelia/docker-compose.yaml
julien d194e3c380 Various updates
Signed-off-by: julien <jme69@delmar.bzh>
2025-10-27 17:20:33 +01:00

25 lines
368 B
YAML

# carlo (auth.delmar.bzh)
---
name: authelia
networks:
net:
driver: bridge
volumes:
config:
services:
authelia:
container_name: authelia
image: docker.io/authelia/authelia:latest
restart: unless-stopped
networks:
net: {}
ports:
- 9091:9091
environment:
TZ: ${TZ:-Europe/Paris}
volumes:
- config:/config