chore: publish 1.4.1+2023.2.3 release

This commit is contained in:
Philipp Rothmann 2023-03-06 16:54:48 +01:00
parent 8e53969b0e
commit 793e110c4c
1 changed files with 5 additions and 5 deletions

View File

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