diff --git a/compose.yml b/compose.yml index 254d42b..f6740b9 100644 --- a/compose.yml +++ b/compose.yml @@ -72,6 +72,7 @@ services: - "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.1.0+2023.3.1" + - "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}" worker: image: ghcr.io/goauthentik/server:2023.3.1