authelia/docker-compose.yml
2017-06-29 13:09:08 +02:00

12 lines
234 B
YAML

version: '2'
services:
authelia:
build: .
restart: always
volumes:
- ./config.template.yml:/etc/authelia/config.yml:ro
- ./notifications:/var/lib/authelia/notifications
networks:
- example-network