diff --git a/compose.yml b/compose.yml index d9e9b14..115c143 100644 --- a/compose.yml +++ b/compose.yml @@ -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