chore: publish 6.6.0+2024.8.2 release

This commit is contained in:
3wc 2024-09-25 13:40:14 -04:00
parent bed917a28c
commit 3cba20afd9
2 changed files with 4 additions and 4 deletions

View File

@ -33,7 +33,7 @@ x-env: &env
version: '3.8'
services:
app:
image: ghcr.io/goauthentik/server:2024.6.3
image: ghcr.io/goauthentik/server:2024.8.2
command: server
depends_on:
- db
@ -71,11 +71,11 @@ 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=6.5.0+2024.6.3"
- "coop-cloud.${STACK_NAME}.version=6.6.0+2024.8.2"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
worker:
image: ghcr.io/goauthentik/server:2024.6.3
image: ghcr.io/goauthentik/server:2024.8.2
command: worker
depends_on:
- db
@ -116,7 +116,7 @@ services:
start_period: 5m
db:
image: postgres:15.7
image: postgres:15.8
secrets:
- db_password
configs: