mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
16 lines
298 B
YAML
16 lines
298 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
|
|
|
|
redis:
|
|
image: redis
|
|
networks:
|
|
- example-network
|