Add second authelia config file
This commit is contained in:
@@ -80,6 +80,10 @@ services:
|
||||
- /data/certbot/conf/:/etc/letsencrypt/:rw
|
||||
authelia:
|
||||
image: 'docker.io/authelia/authelia:latest'
|
||||
command:
|
||||
- 'authelia'
|
||||
- '--config=/config/configuration.yml'
|
||||
- '--config=/data/configuration.yml'
|
||||
restart: 'unless-stopped'
|
||||
secrets: ['JWT_SECRET', 'SESSION_SECRET', 'STORAGE_PASSWORD', 'STORAGE_ENCRYPTION_KEY']
|
||||
networks:
|
||||
@@ -90,6 +94,7 @@ services:
|
||||
AUTHELIA_STORAGE_ENCRYPTION_KEY_FILE: '/run/secrets/STORAGE_ENCRYPTION_KEY'
|
||||
volumes:
|
||||
- './authelia/:/config'
|
||||
- '/data/authelia/:/data'
|
||||
logging: *logging
|
||||
minecraft:
|
||||
image: itzg/minecraft-server:latest
|
||||
|
||||
Reference in New Issue
Block a user