chore: publish 1.1.2+apache-2.15.0-prod release
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is passing

This commit is contained in:
2024-05-13 12:53:36 +02:00
parent 46ea1ef7dd
commit 5fe82a2331
2 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -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