forked from coop-cloud/authentik
Compare commits
2 Commits
0.6.0+2022
...
0.6.0+2022
Author | SHA1 | Date | |
---|---|---|---|
6476fcebfb | |||
b0f6e6c857 |
@ -38,3 +38,4 @@ AUTHENTIK_COLOR_BACKGROUND_LIGHT=#1c1e21
|
||||
## FLOW OPTIONS
|
||||
WELCOME_MESSAGE="Welcome to Authentik"
|
||||
DEFAULT_LANGUAGE=en
|
||||
AUTHENTIK_FOOTER_LINKS='[{"name": "My Organization","href":"https://example.com"}]'
|
||||
|
@ -21,6 +21,7 @@ x-env: &env
|
||||
- AUTHENTIK_LOG_LEVEL
|
||||
- AUTHENTIK_SETTINGS__THEME__BACKGROUND
|
||||
- AUTHENTIK_COLOR_BACKGROUND_LIGHT
|
||||
- AUTHENTIK_FOOTER_LINKS
|
||||
- WELCOME_MESSAGE
|
||||
- DEFAULT_LANGUAGE
|
||||
- DOMAIN
|
||||
@ -28,7 +29,7 @@ x-env: &env
|
||||
version: '3.8'
|
||||
services:
|
||||
app:
|
||||
image: ghcr.io/goauthentik/server:2022.10.0
|
||||
image: ghcr.io/goauthentik/server:2022.10.1
|
||||
command: server
|
||||
# secrets:
|
||||
# - db_password
|
||||
@ -69,10 +70,10 @@ services:
|
||||
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
|
||||
- "traefik.http.middlewares.${STACK_NAME}-frameOptions.headers.customFrameOptionsValue=SAMEORIGIN"
|
||||
- "traefik.http.middlewares.${STACK_NAME}-frameOptions.headers.contentSecurityPolicy=frame-ancestors ${X_FRAME_OPTIONS_ALLOW_FROM}"
|
||||
- "coop-cloud.${STACK_NAME}.version=0.6.0+2022.10.0"
|
||||
- "coop-cloud.${STACK_NAME}.version=0.6.0+2022.10.1"
|
||||
|
||||
worker:
|
||||
image: ghcr.io/goauthentik/server:2022.10.0
|
||||
image: ghcr.io/goauthentik/server:2022.10.1
|
||||
command: worker
|
||||
# secrets:
|
||||
# - db_password
|
||||
|
Reference in New Issue
Block a user