chore: publish 1.2.0+2022.11.3 release

This commit is contained in:
Moritz 2022-12-20 11:28:17 +01:00
parent 3512cbe394
commit 40afba88ae

View File

@ -27,7 +27,7 @@ x-env: &env
version: '3.8'
services:
app:
image: ghcr.io/goauthentik/server:2022.11.1
image: ghcr.io/goauthentik/server:2022.11.3
command: server
secrets:
- db_password
@ -67,10 +67,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.1.1+2022.11.1"
- "coop-cloud.${STACK_NAME}.version=1.2.0+2022.11.3"
worker:
image: ghcr.io/goauthentik/server:2022.11.1
image: ghcr.io/goauthentik/server:2022.11.3
command: worker
secrets:
- db_password