[Unit] Wants=authelia-db.service After=authelia-db.service [Container] ### # PostgreSQL storage (authelia-postgresql subpackage). # Uncomment the environment below AND comment out the `local:` storage # block in /etc/authelia/configuration.yml (Authelia refuses to start # with two storage providers configured). # 127.0.0.1 works because authelia-db shares the pod network namespace. ### #Environment=AUTHELIA_STORAGE_POSTGRES_ADDRESS=tcp://127.0.0.1:5432 #Environment=AUTHELIA_STORAGE_POSTGRES_DATABASE=authelia #Environment=AUTHELIA_STORAGE_POSTGRES_USERNAME=authelia #Environment=AUTHELIA_STORAGE_POSTGRES_PASSWORD=authelia