chore: publish 1.1.2+apache-2.15.0-prod release
This commit is contained in:
@ -11,9 +11,9 @@ SECRET_ADMIN_PASSWORD_VERSION=v1
|
||||
SECRET_SSO_CERT_VERSION=v1
|
||||
|
||||
# SSO_ENABLED=1
|
||||
# SSO_PROVIDER_URL=https://sso.example.com/
|
||||
# SSO_SAML_URL=https://sso.example.com/application/saml/<application-slug>/sso/binding/redirect/
|
||||
# SSO_LOGOUT_URL=https://sso.example.com/if/session-end/<application-slug>/slo/binding/redirect/
|
||||
# SSO_PROVIDER_URL=https://authentik.example.com/
|
||||
# SSO_SAML_URL=https://authentik.example.com/application/saml/<application-slug>/sso/binding/redirect/
|
||||
# SSO_LOGOUT_URL=https://authentik.example.com/if/session-end/<application-slug>/slo/binding/redirect/
|
||||
|
||||
# MAILER_URL="smtp://<from>:<password>%3F@<mailserver>:587"
|
||||
# MAILER_FROM="Kimai Notifications noreply@example.com"
|
@ -58,7 +58,7 @@ services:
|
||||
- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
|
||||
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
|
||||
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
|
||||
- "coop-cloud.${STACK_NAME}.version=1.1.1+apache-2.15.0-prod"
|
||||
- "coop-cloud.${STACK_NAME}.version=1.1.2+apache-2.15.0-prod"
|
||||
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
|
||||
db:
|
||||
image: mysql:5.7
|
||||
|
Reference in New Issue
Block a user