Compare commits

..

1 Commits

Author SHA1 Message Date
f222773a25 Configuration cleanup 2020-01-27 12:45:53 +01:00

View File

@ -10,7 +10,7 @@ Instead, a special service - `authelia-config` runs before authelia start, and p
- Local file `./authelia/configuration.yaml` is mapped to `/data/input` in `authelia-config` - Local file `./authelia/configuration.yaml` is mapped to `/data/input` in `authelia-config`
- Volume `authelia-config` is mapped to `/data/output` in `authelia-config` - Volume `authelia-config` is mapped to `/data/output` in `authelia-config`
- `authelia-config` runs `gomplate` on `/data/input` and saves to `data/output/configuration.yaml` - `authelia-config` runs `gomplate` on `/data/input` and saves to `data/output/configuration.yaml`
- Volume `authelia-config` is mapped to `/etc/authelia` in `authelia`, where it reads its configuration - `Volume `authelia-config` is mapped to `/etc/authelia` in `authelia`, where it reads its configuration
## Lessons learned ## Lessons learned