Compare commits

..

19 Commits

Author SHA1 Message Date
fauno 8a929a56ad chore: publish 1.3.9+apache-2.35.1 release
continuous-integration/drone/tag Build is passing
2025-06-04 15:54:47 -03:00
fauno 7828cc6a81 fix: upgrade to 2.35.1 2025-06-04 15:52:57 -03:00
fauno b184dbb1ac chore: publish 1.3.8+apache-2.35.0 release
continuous-integration/drone/tag Build is passing
2025-06-04 15:52:44 -03:00
fauno 5be5016beb fix: upgrade to 2.35.0 2025-06-04 15:51:09 -03:00
fauno fd911b691b chore: publish 1.3.7+apache-2.34.0 release
continuous-integration/drone/tag Build is passing
2025-06-04 15:50:59 -03:00
fauno 9ac0a7455c fix: upgrade to 2.34.0 2025-06-04 15:49:40 -03:00
fauno b8c53392f8 chore: publish 1.3.6+apache-2.33.0 release
continuous-integration/drone/tag Build is passing
2025-06-04 15:49:31 -03:00
fauno 76a88ed441 fix: upgrade to 2.33.0 2025-06-04 15:48:07 -03:00
fauno 590116390d chore: publish 1.3.5+apache-2.32.0 release
continuous-integration/drone/tag Build is passing
2025-06-04 15:47:58 -03:00
fauno e3fcb14a61 fix: upgrade to 2.32.0 2025-06-04 15:46:33 -03:00
fauno bee631078f chore: publish 1.3.4+apache-2.31.0 release
continuous-integration/drone/tag Build is passing
2025-06-04 15:46:25 -03:00
fauno 146b4cec25 fix: upgrade to 2.31.0 2025-06-04 15:44:45 -03:00
fauno d610958493 chore: publish 1.3.3+apache-2.30.0 release
continuous-integration/drone/tag Build is passing
2025-06-04 15:44:36 -03:00
fauno 25450a7f91 fix: upgrade to 2.30.0 2025-06-04 15:43:19 -03:00
fauno cbc1e38521 fix: upgrade to 2.29.0 2025-06-04 15:41:22 -03:00
fauno 52b4da970d chore: publish 1.3.2+apache-2.28.0 release
continuous-integration/drone/tag Build is passing
2025-06-04 15:41:00 -03:00
fauno 81a804fd62 fix: upgrade to 2.28.0 2025-06-04 15:39:36 -03:00
fauno b90fa7aaaa chore: publish 1.3.1+apache-2.27.0 release
continuous-integration/drone/tag Build is passing
2025-06-04 15:39:16 -03:00
fauno d69766dcb3 fix: upgrade to 2.27.0 2025-06-04 15:34:12 -03:00
+5 -5
View File
@@ -1,10 +1,10 @@
version: '3.8'
services:
app:
image: kimai/kimai2:2.59.0
image: kimai/kimai2:apache-2.35.1
environment:
- APP_ENV=prod
- TRUSTED_HOSTS=localhost|traefik|${DOMAIN}|127.0.0.1
- TRUSTED_HOSTS=localhost,traefik,${DOMAIN},127.0.0.1
- TRUSTED_PROXIES=localhost,traefik,127.0.0.1
- ADMINMAIL=admin@kimai.local
- ADMINPASS_FILE=/run/secrets/admin_password
@@ -50,7 +50,7 @@ services:
condition: on-failure
labels:
- "traefik.enable=true"
- "traefik.swarm.network=proxy"
- "traefik.docker.network=proxy"
- "traefik.http.services.${STACK_NAME}.loadbalancer.server.port=8001"
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
@@ -58,8 +58,8 @@ 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.7.0+2.59.0"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT}"
- "coop-cloud.${STACK_NAME}.version=1.3.9+apache-2.35.1"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
db:
image: mysql:5.7
environment: