chore: publish 3.1.0+2023.3.1 release
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Moritz 2023-04-05 16:05:57 +02:00
parent 32ba90b647
commit 8ddc3351f5
2 changed files with 4 additions and 4 deletions

View File

@ -31,7 +31,7 @@ x-env: &env
version: '3.8'
services:
app:
image: ghcr.io/goauthentik/server:2023.2.3
image: ghcr.io/goauthentik/server:2023.3.1
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=3.0.0+2023.2.3"
- "coop-cloud.${STACK_NAME}.version=3.1.0+2023.3.1"
worker:
image: ghcr.io/goauthentik/server:2023.2.3
image: ghcr.io/goauthentik/server:2023.3.1
command: worker
secrets:
- db_password
@ -132,7 +132,7 @@ services:
backupbot.backup.path: "/tmp/backup/"
redis:
image: redis:7.0.9-alpine
image: redis:7.0.10-alpine
networks:
- internal
healthcheck: