authelia/docker-compose.yml

12 lines
234 B
YAML
Raw Normal View History

2016-12-10 00:47:58 +00:00
version: '2'
services:
authelia:
2016-12-10 00:47:58 +00:00
build: .
2016-12-17 20:02:26 +00:00
restart: always
volumes:
- ./config.template.yml:/etc/authelia/config.yml:ro
- ./notifications:/var/lib/authelia/notifications
networks:
- example-network
2016-12-10 00:47:58 +00:00