chore: publish 0.5.0+2022.9.0 release
This commit is contained in:
parent
94344d29c3
commit
b21f73b275
@ -25,7 +25,7 @@ x-env: &env
|
|||||||
version: '3.8'
|
version: '3.8'
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: ghcr.io/goauthentik/server:2022.8.2
|
image: ghcr.io/goauthentik/server:2022.9.0
|
||||||
command: server
|
command: server
|
||||||
# secrets:
|
# secrets:
|
||||||
# - db_password
|
# - db_password
|
||||||
@ -64,10 +64,10 @@ 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=0.4.0+2022.8.2"
|
- "coop-cloud.${STACK_NAME}.version=0.5.0+2022.9.0"
|
||||||
|
|
||||||
worker:
|
worker:
|
||||||
image: ghcr.io/goauthentik/server:2022.8.2
|
image: ghcr.io/goauthentik/server:2022.9.0
|
||||||
command: worker
|
command: worker
|
||||||
# secrets:
|
# secrets:
|
||||||
# - db_password
|
# - db_password
|
||||||
@ -111,7 +111,7 @@ services:
|
|||||||
backupbot.backup.path: "/tmp/backup/"
|
backupbot.backup.path: "/tmp/backup/"
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: redis:7.0.4-alpine
|
image: redis:7.0.5-alpine
|
||||||
networks:
|
networks:
|
||||||
- internal
|
- internal
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user