Compare commits

...

3 Commits

Author SHA1 Message Date
b311cadc4c chore: publish 4.0.0+2023.10.5 release 2023-12-21 19:49:05 +01:00
d01c539c4f add container depedencies 2023-12-18 08:50:37 +01:00
427644df38 increase default timeout 2023-12-07 16:32:39 +01:00
3 changed files with 12 additions and 5 deletions

View File

@ -1,5 +1,5 @@
TYPE=authentik
TIMEOUT=300
TIMEOUT=900
ENABLE_AUTO_UPDATE=true
# POST_DEPLOY_CMDS="worker set_admin_pass|worker apply_blueprints|worker add_applications"
LETS_ENCRYPT_ENV=production

View File

@ -32,8 +32,11 @@ x-env: &env
version: '3.8'
services:
app:
image: ghcr.io/goauthentik/server:2023.8.5
image: ghcr.io/goauthentik/server:2023.10.5
command: server
depends_on:
- db
- redis
secrets:
- db_password
- admin_pass
@ -73,12 +76,15 @@ 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.3.1+2023.8.5"
- "coop-cloud.${STACK_NAME}.version=4.0.0+2023.10.5"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
worker:
image: ghcr.io/goauthentik/server:2023.8.5
image: ghcr.io/goauthentik/server:2023.10.5
command: worker
depends_on:
- db
- redis
secrets:
- db_password
- admin_pass
@ -144,7 +150,7 @@ services:
networks:
- internal
healthcheck:
test: ["CMD", "redis-cli","ping"]
test: ["CMD-SHELL", "redis-cli ping | grep PONG"]
interval: 30s
timeout: 10s
retries: 10

1
release/4.0.0+2023.10.5 Normal file
View File

@ -0,0 +1 @@
It is only possible to upgrade to 2023.10 from 2023.8, you need to update to 2023.8.x before applying this update