Changed the comment about the config location
parent
10ffaf0f4f
commit
04cd62dd3e
|
@ -11,9 +11,10 @@ services:
|
||||||
mode: 0444
|
mode: 0444
|
||||||
environment:
|
environment:
|
||||||
- NODE_TLS_REJECT_UNAUTHORIZED=0
|
- NODE_TLS_REJECT_UNAUTHORIZED=0
|
||||||
# Where the authelia volume is to be mounted. Mounted in a subdirectory to host both the users_database and storage at the same time.
|
# Where the authelia volume is to be mounted. To only use a single volume, the minimal config needs to be changed to read the users_database.yml also from this subdirectory.
|
||||||
|
# Otherwise a second volume will need to be configured here to mount the users_database.yml.
|
||||||
volumes:
|
volumes:
|
||||||
- authelia:/etc/authelia/volume
|
- authelia:/etc/authelia/storage
|
||||||
networks:
|
networks:
|
||||||
- overlay
|
- overlay
|
||||||
deploy:
|
deploy:
|
||||||
|
@ -28,7 +29,7 @@ services:
|
||||||
# How many replicas are wanted. Can be any number >0 up to however many nodes are available.
|
# How many replicas are wanted. Can be any number >0 up to however many nodes are available.
|
||||||
replicas: 1
|
replicas: 1
|
||||||
placement:
|
placement:
|
||||||
constraints:
|
constraints:
|
||||||
- node.role == worker
|
- node.role == worker
|
||||||
|
|
||||||
#The volume for authelia needs to be configured. There are many drivers available. Such as local storage, ceph-rdb, nfs, cifs etc.
|
#The volume for authelia needs to be configured. There are many drivers available. Such as local storage, ceph-rdb, nfs, cifs etc.
|
||||||
|
|
Loading…
Reference in New Issue