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

This commit is contained in:
Philipp Rothmann 2023-03-06 16:54:48 +01:00
parent c9f0db95dd
commit 2f231fb22e

View File

@ -31,7 +31,7 @@ x-env: &env
version: '3.8' version: '3.8'
services: services:
app: app:
image: ghcr.io/goauthentik/server:2023.1.0 image: ghcr.io/goauthentik/server:2023.2.3
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.4.0+2023.1.0" - "coop-cloud.${STACK_NAME}.version=1.4.1+2023.2.3"
worker: worker:
image: ghcr.io/goauthentik/server:2023.1.0 image: ghcr.io/goauthentik/server:2023.2.3
command: worker command: worker
secrets: secrets:
- db_password - db_password
@ -99,7 +99,7 @@ services:
environment: *env environment: *env
db: db:
image: postgres:12.13-alpine image: postgres:12.14-alpine
secrets: secrets:
- db_password - db_password
volumes: volumes:
@ -124,7 +124,7 @@ services:
backupbot.backup.path: "/tmp/backup/" backupbot.backup.path: "/tmp/backup/"
redis: redis:
image: redis:7.0.8-alpine image: redis:7.0.9-alpine
networks: networks:
- internal - internal
healthcheck: healthcheck: