chore: publish 3.3.0+2023.8.5 release
continuous-integration/drone/push Build is passing Details

This commit is contained in:
iexos 2023-11-22 19:41:48 +01:00
parent 3e7ceaaf25
commit 126b50d4bd
1 changed files with 5 additions and 5 deletions

View File

@ -32,7 +32,7 @@ x-env: &env
version: '3.8' version: '3.8'
services: services:
app: app:
image: ghcr.io/goauthentik/server:2023.6.1 image: ghcr.io/goauthentik/server:2023.8.5
command: server command: server
secrets: secrets:
- db_password - db_password
@ -73,11 +73,11 @@ 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=3.2.4+2023.6.1" - "coop-cloud.${STACK_NAME}.version=3.3.0+2023.8.5"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}" - "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
worker: worker:
image: ghcr.io/goauthentik/server:2023.6.1 image: ghcr.io/goauthentik/server:2023.8.5
command: worker command: worker
secrets: secrets:
- db_password - db_password
@ -109,7 +109,7 @@ services:
environment: *env environment: *env
db: db:
image: postgres:12.15-alpine image: postgres:12.17-alpine
secrets: secrets:
- db_password - db_password
volumes: volumes:
@ -134,7 +134,7 @@ services:
backupbot.backup.path: "/var/lib/postgresql/data" backupbot.backup.path: "/var/lib/postgresql/data"
redis: redis:
image: redis:7.0.12-alpine image: redis:7.2.3-alpine
networks: networks:
- internal - internal
healthcheck: healthcheck: