Configure domain via env variables

This commit is contained in:
Colin Hebert
2023-01-16 15:54:10 +01:00
parent 8f95d618f1
commit 8384030c77
3 changed files with 2 additions and 5 deletions

View File

@@ -28,6 +28,3 @@
## Note: the order of the rules is important. The first policy matching (domain, resource, subject) applies.
access_control:
default_policy: two_factor
session:
domain: '{{ (env `NASCOMPOSE_TRAEFIK_DOMAINS` | split `,`)._0 }}'