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:
|
access_control:
|
||||||
default_policy: deny
|
default_policy: deny
|
||||||
rules:
|
rules:
|
||||||
|
- domain: "auth.gate.3launchpad.com"
|
||||||
|
policy: bypass
|
||||||
|
|
||||||
- domain: "status.gate.3launchpad.com"
|
- domain: "status.gate.3launchpad.com"
|
||||||
policy: bypass
|
policy: bypass
|
||||||
|
|
||||||
|
|||||||
@@ -163,6 +163,7 @@ services:
|
|||||||
TZ: "${TZ}"
|
TZ: "${TZ}"
|
||||||
volumes:
|
volumes:
|
||||||
- ./authelia/configuration.yml:/config/configuration.yml:ro
|
- ./authelia/configuration.yml:/config/configuration.yml:ro
|
||||||
|
- ./authelia/users_database.yml:/config/users_database.yml:ro
|
||||||
- authelia_data:/config
|
- authelia_data:/config
|
||||||
networks: [traefik_proxy, internal]
|
networks: [traefik_proxy, internal]
|
||||||
labels:
|
labels:
|
||||||
|
|||||||
Reference in New Issue
Block a user