Update access control rules in Authelia configuration and add users database to docker-compose
This commit is contained in:
@@ -46,6 +46,9 @@ authentication_backend:
|
||||
access_control:
|
||||
default_policy: deny
|
||||
rules:
|
||||
- domain: "auth.gate.3launchpad.com"
|
||||
policy: bypass
|
||||
|
||||
- domain: "status.gate.3launchpad.com"
|
||||
policy: bypass
|
||||
|
||||
|
||||
@@ -163,6 +163,7 @@ services:
|
||||
TZ: "${TZ}"
|
||||
volumes:
|
||||
- ./authelia/configuration.yml:/config/configuration.yml:ro
|
||||
- ./authelia/users_database.yml:/config/users_database.yml:ro
|
||||
- authelia_data:/config
|
||||
networks: [traefik_proxy, internal]
|
||||
labels:
|
||||
|
||||
Reference in New Issue
Block a user