forgot
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
This commit is contained in:
parent
cb9ed6a036
commit
88bd0d8b11
|
@ -8,6 +8,26 @@ x-authelia-env: &authelia-env
|
||||||
TRAEFIK_DOMAIN: nixc.us
|
TRAEFIK_DOMAIN: nixc.us
|
||||||
# CONFIG: /home/deleted-porcupine/docker-configs
|
# CONFIG: /home/deleted-porcupine/docker-configs
|
||||||
|
|
||||||
|
secrets:
|
||||||
|
AUTHENTICATION_BACKEND_LDAP_PASSWORD:
|
||||||
|
external: true
|
||||||
|
CLIENT_SECRET_HEADSCALE:
|
||||||
|
external: true
|
||||||
|
IDENTITY_PROVIDERS_OIDC_HMAC_SECRET:
|
||||||
|
external: true
|
||||||
|
IDENTITY_PROVIDERS_OIDC_ISSUER_PRIVATE_KEY:
|
||||||
|
external: true
|
||||||
|
IDENTITY_PROVIDERS_OIDC_JWKS_KEY:
|
||||||
|
external: true
|
||||||
|
IDENTITY_VALIDATION_RESET_PASSWORD_JWT_SECRET:
|
||||||
|
external: true
|
||||||
|
NOTIFIER_SMTP_PASSWORD:
|
||||||
|
external: true
|
||||||
|
SESSION_SECRET:
|
||||||
|
external: true
|
||||||
|
STORAGE_ENCRYPTION_KEY:
|
||||||
|
external: true
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
driver: overlay
|
driver: overlay
|
||||||
|
@ -18,13 +38,24 @@ networks:
|
||||||
services:
|
services:
|
||||||
authelia:
|
authelia:
|
||||||
image: git.nixc.us/nixius/authelia:production-authelia
|
image: git.nixc.us/nixius/authelia:production-authelia
|
||||||
command:
|
## These are now included in the Dockerfile
|
||||||
- "authelia"
|
# command:
|
||||||
- "--config=/config/configuration.server.yml"
|
# - "authelia"
|
||||||
- "--config=/config/configuration.ldap.yml"
|
# - "--config=/config/configuration.server.yml"
|
||||||
- "--config=/config/configuration.acl.yml"
|
# - "--config=/config/configuration.ldap.yml"
|
||||||
- "--config=/config/configuration.identity.providers.yml"
|
# - "--config=/config/configuration.acl.yml"
|
||||||
- "--config=/config/configuration.oidc.clients.yml"
|
# - "--config=/config/configuration.identity.providers.yml"
|
||||||
|
# - "--config=/config/configuration.oidc.clients.yml"
|
||||||
|
secrets:
|
||||||
|
- AUTHENTICATION_BACKEND_LDAP_PASSWORD
|
||||||
|
- CLIENT_SECRET_HEADSCALE
|
||||||
|
- IDENTITY_PROVIDERS_OIDC_HMAC_SECRET
|
||||||
|
- IDENTITY_PROVIDERS_OIDC_ISSUER_PRIVATE_KEY
|
||||||
|
- IDENTITY_PROVIDERS_OIDC_JWKS_KEY
|
||||||
|
- IDENTITY_VALIDATION_RESET_PASSWORD_JWT_SECRET
|
||||||
|
- NOTIFIER_SMTP_PASSWORD
|
||||||
|
- SESSION_SECRET
|
||||||
|
- STORAGE_ENCRYPTION_KEY
|
||||||
environment:
|
environment:
|
||||||
<<: *authelia-env
|
<<: *authelia-env
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in New Issue