mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
11 lines
244 B
YAML
11 lines
244 B
YAML
version: '2'
|
|
services:
|
|
authelia:
|
|
volumes:
|
|
- ./test:/usr/src/test
|
|
- ./dist/src/server:/usr/src
|
|
- ./node_modules:/usr/src/node_modules
|
|
- ./config.yml:/etc/authelia/config.yml:ro
|
|
networks:
|
|
- example-network
|