mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
13 lines
264 B
YAML
13 lines
264 B
YAML
version: '2'
|
|
services:
|
|
authelia:
|
|
build: .
|
|
restart: always
|
|
volumes:
|
|
- ./config.template.yml:/etc/authelia/config.yml:ro
|
|
- ./notifications:/var/lib/authelia/notifications
|
|
depends_on:
|
|
- redis
|
|
networks:
|
|
- example-network
|