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