chore: publish 0.5.0+2022.9.0 release

This commit is contained in:
Philipp Rothmann 2022-10-12 10:39:20 +02:00
parent 94344d29c3
commit b21f73b275

View File

@ -25,7 +25,7 @@ x-env: &env
version: '3.8' version: '3.8'
services: services:
app: app:
image: ghcr.io/goauthentik/server:2022.8.2 image: ghcr.io/goauthentik/server:2022.9.0
command: server command: server
# secrets: # secrets:
# - db_password # - db_password
@ -64,10 +64,10 @@ services:
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}" - "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.customFrameOptionsValue=SAMEORIGIN"
- "traefik.http.middlewares.${STACK_NAME}-frameOptions.headers.contentSecurityPolicy=frame-ancestors ${X_FRAME_OPTIONS_ALLOW_FROM}" - "traefik.http.middlewares.${STACK_NAME}-frameOptions.headers.contentSecurityPolicy=frame-ancestors ${X_FRAME_OPTIONS_ALLOW_FROM}"
- "coop-cloud.${STACK_NAME}.version=0.4.0+2022.8.2" - "coop-cloud.${STACK_NAME}.version=0.5.0+2022.9.0"
worker: worker:
image: ghcr.io/goauthentik/server:2022.8.2 image: ghcr.io/goauthentik/server:2022.9.0
command: worker command: worker
# secrets: # secrets:
# - db_password # - db_password
@ -111,7 +111,7 @@ services:
backupbot.backup.path: "/tmp/backup/" backupbot.backup.path: "/tmp/backup/"
redis: redis:
image: redis:7.0.4-alpine image: redis:7.0.5-alpine
networks: networks:
- internal - internal
healthcheck: healthcheck: