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