chore: publish 0.4.0+2022.8.2 release

This commit is contained in:
Philipp Rothmann 2022-09-12 11:21:48 +02:00
parent a23fb0f209
commit a67caca935
1 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@ x-env: &env
version: '3.8'
services:
app:
image: ghcr.io/goauthentik/server:2022.7.3
image: ghcr.io/goauthentik/server:2022.8.2
command: server
# secrets:
# - db_password
@ -60,10 +60,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.3.0+2022.7.3"
- "coop-cloud.${STACK_NAME}.version=0.4.0+2022.8.2"
worker:
image: ghcr.io/goauthentik/server:2022.7.3
image: ghcr.io/goauthentik/server:2022.8.2
command: worker
# secrets:
# - db_password
@ -82,7 +82,7 @@ services:
environment: *env
db:
image: postgres:12.11-alpine
image: postgres:12.12-alpine
# secrets:
# - db_password
volumes: