Files
Prod/authelia/docker-compose.yml
john 7bd5a2c4bc Update authelia/docker-compose.yml
Remove REDIS, not required
2025-12-17 12:02:05 +00:00

23 lines
432 B
YAML

# From James Turland GIT hub
services:
authelia:
image: authelia/authelia
container_name: authelia
volumes:
- /media/gv0/docker/authelia/config:/config
networks:
- caddy_net
security_opt:
- no-new-privileges:true
ports:
- 9091:9091
restart: unless-stopped
environment:
- TZ=Europe/London
healthcheck:
disable: true
networks:
caddy_net:
external: true