Merge branch 'main' into renovate/configure

This commit is contained in:
2026-09-16 19:17:18 +00:00
+5 -5
View File
@@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: formio/formio:4.6.2
image: formio/formio:4.9.1
networks:
- proxy
- internal
@@ -26,7 +26,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=0.1.1+4.6.2"
- "coop-cloud.${STACK_NAME}.version=0.2.0+4.9.1"
configs:
- source: custom-entrypoint
target: /custom-entrypoint.sh
@@ -34,7 +34,7 @@ services:
entrypoint: /custom-entrypoint.sh
mongo:
image: mongo:8.2.6
image: mongo:8.3.11
networks:
- internal
volumes:
@@ -55,11 +55,11 @@ volumes:
configs:
custom-entrypoint:
name: custom-entrypoint_${CUSTOM_ENTRYPOINT_VERSION}
name: ${STACK_NAME}_custom-entrypoint_${CUSTOM_ENTRYPOINT_VERSION}
file: ./custom-entrypoint.sh.tmpl
template_driver: golang
mongo-init:
name: mongo-init_${MONGO-INIT_VERSION}
name: ${STACK_NAME}_mongo-init_${MONGO-INIT_VERSION}
file: ./mongo-init.js.tmpl
template_driver: golang