Compare commits

...
8 Commits
Author SHA1 Message Date
javielico 576aa69bdd chore: publish 12.1.0+2026.8.0 release
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is passing
2026-08-19 11:24:09 +00:00
javielico ce22dab747 chore: update image tags
continuous-integration/drone/push Build is failing
2026-08-19 12:20:43 +01:00
javielico c288e6798c chore: publish 12.0.6+2026.5.6 release
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is passing
2026-08-10 19:29:16 +01:00
javielico 6ffae6ef43 chore: update image tags 2026-08-10 19:29:09 +01:00
javielico d06589a5e3 chore: publish 12.0.5+2026.5.5 release
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is passing
2026-08-10 19:26:46 +01:00
javielico ff5f93196d chore: update image tags 2026-08-10 19:26:39 +01:00
javielico d2a060e190 chore: publish 12.0.4+2026.5.4 release
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is passing
2026-08-10 18:46:00 +01:00
javielico 75e2dd93a5 chore: update image tags 2026-08-10 18:45:55 +01:00
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
version: "3.8"
services:
authentik_ldap:
image: ghcr.io/goauthentik/ldap:2026.5.3
image: ghcr.io/goauthentik/ldap:2026.8.0
# Optionally specify which networks the container should be
# might be needed to reach the core authentik server
networks:
+3 -3
View File
@@ -35,7 +35,7 @@ x-env: &env
version: '3.8'
services:
app:
image: ghcr.io/goauthentik/server:2026.5.3
image: ghcr.io/goauthentik/server:2026.8.0
command: server
depends_on:
- db
@@ -71,14 +71,14 @@ services:
- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect,${STACK_NAME}-frameOptions,${STACK_NAME}-redirect"
- "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=12.0.3+2026.5.3"
- "coop-cloud.${STACK_NAME}.version=12.1.0+2026.8.0"
- "traefik.http.middlewares.${STACK_NAME}-redirect.redirectregex.regex=^https://(${REDIRECTS})/(.*)"
- "traefik.http.middlewares.${STACK_NAME}-redirect.redirectregex.replacement=https://${DOMAIN}/$${2}"
- "traefik.http.middlewares.${STACK_NAME}-redirect.redirectregex.permanent=true"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT}"
worker:
image: ghcr.io/goauthentik/server:2026.5.3
image: ghcr.io/goauthentik/server:2026.8.0
command: worker
depends_on:
- db