chore: publish 1.4.0+2023.1.0 release
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Moritz 2023-01-27 14:20:47 +01:00
parent 0548a00902
commit be0d41d9cd

View File

@ -31,7 +31,7 @@ x-env: &env
version: '3.8' version: '3.8'
services: services:
app: app:
image: ghcr.io/goauthentik/server:2022.12.2 image: ghcr.io/goauthentik/server:2023.1.0
command: server command: server
secrets: secrets:
- db_password - db_password
@ -71,10 +71,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=1.3.0+2022.12.2" - "coop-cloud.${STACK_NAME}.version=1.4.0+2023.1.0"
worker: worker:
image: ghcr.io/goauthentik/server:2022.12.2 image: ghcr.io/goauthentik/server:2023.1.0
command: worker command: worker
secrets: secrets:
- db_password - db_password
@ -124,7 +124,7 @@ services:
backupbot.backup.path: "/tmp/backup/" backupbot.backup.path: "/tmp/backup/"
redis: redis:
image: redis:7.0.5-alpine image: redis:7.0.8-alpine
networks: networks:
- internal - internal
healthcheck: healthcheck: