forked from coop-cloud/authentik
chore: publish 1.1.0+2022.11.1 release
This commit is contained in:
parent
fcb54027d0
commit
25fe883df3
@ -27,7 +27,7 @@ x-env: &env
|
||||
version: '3.8'
|
||||
services:
|
||||
app:
|
||||
image: ghcr.io/goauthentik/server:2022.10.1
|
||||
image: ghcr.io/goauthentik/server:2022.11.1
|
||||
command: server
|
||||
secrets:
|
||||
- db_password
|
||||
@ -69,10 +69,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=1.0.0+2022.10.1"
|
||||
- "coop-cloud.${STACK_NAME}.version=1.1.0+2022.11.1"
|
||||
|
||||
worker:
|
||||
image: ghcr.io/goauthentik/server:2022.10.1
|
||||
image: ghcr.io/goauthentik/server:2022.11.1
|
||||
command: worker
|
||||
secrets:
|
||||
- db_password
|
||||
|
Loading…
x
Reference in New Issue
Block a user