authelia/docker-compose.minimal.yml

12 lines
267 B
YAML
Raw Normal View History

2018-08-09 20:24:02 +00:00
version: '2'
services:
authelia:
build: .
restart: always
volumes:
- ./config.minimal.yml:/etc/authelia/config.yml:ro
- /tmp/authelia:/tmp/authelia
environment:
- NODE_TLS_REJECT_UNAUTHORIZED=0
networks:
- example-network