Compare commits

..

12 Commits

Author SHA1 Message Date
f
8a929a56ad chore: publish 1.3.9+apache-2.35.1 release
All checks were successful
continuous-integration/drone/tag Build is passing
2025-06-04 15:54:47 -03:00
f
7828cc6a81 fix: upgrade to 2.35.1 2025-06-04 15:52:57 -03:00
f
b184dbb1ac chore: publish 1.3.8+apache-2.35.0 release
All checks were successful
continuous-integration/drone/tag Build is passing
2025-06-04 15:52:44 -03:00
f
5be5016beb fix: upgrade to 2.35.0 2025-06-04 15:51:09 -03:00
f
fd911b691b chore: publish 1.3.7+apache-2.34.0 release
All checks were successful
continuous-integration/drone/tag Build is passing
2025-06-04 15:50:59 -03:00
f
9ac0a7455c fix: upgrade to 2.34.0 2025-06-04 15:49:40 -03:00
f
b8c53392f8 chore: publish 1.3.6+apache-2.33.0 release
All checks were successful
continuous-integration/drone/tag Build is passing
2025-06-04 15:49:31 -03:00
f
76a88ed441 fix: upgrade to 2.33.0 2025-06-04 15:48:07 -03:00
f
590116390d chore: publish 1.3.5+apache-2.32.0 release
All checks were successful
continuous-integration/drone/tag Build is passing
2025-06-04 15:47:58 -03:00
f
e3fcb14a61 fix: upgrade to 2.32.0 2025-06-04 15:46:33 -03:00
f
bee631078f chore: publish 1.3.4+apache-2.31.0 release
All checks were successful
continuous-integration/drone/tag Build is passing
2025-06-04 15:46:25 -03:00
f
146b4cec25 fix: upgrade to 2.31.0 2025-06-04 15:44:45 -03:00

View File

@ -1,7 +1,7 @@
version: '3.8'
services:
app:
image: kimai/kimai2:apache-2.30.0
image: kimai/kimai2:apache-2.35.1
environment:
- APP_ENV=prod
- TRUSTED_HOSTS=localhost,traefik,${DOMAIN},127.0.0.1
@ -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.3.3+apache-2.30.0"
- "coop-cloud.${STACK_NAME}.version=1.3.9+apache-2.35.1"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
db:
image: mysql:5.7