Compare commits

...
2 Commits
Author SHA1 Message Date
javielico f60686424b chore: publish 4.0.1+v10.79 release
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is passing
2026-08-10 20:59:37 +01:00
javielico 5a3b1218a3 chore: update image tags 2026-08-10 20:59:25 +01:00
+2 -2
View File
@@ -1,7 +1,7 @@
version: "3.8"
services:
db:
image: mongo:8.0
image: mongo:8.3
environment:
- LOGO_IMG_URL
- LOGO_LINK_URL
@@ -98,7 +98,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "coop-cloud.${STACK_NAME}.version=4.0.0+v10.79"
- "coop-cloud.${STACK_NAME}.version=4.0.1+v10.79"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT}"
volumes: