bump to 0.6.0+v0.12.0

This commit is contained in:
notplants
2026-02-18 14:38:22 +00:00
parent f114ed0bab
commit 3a9e85a114
3 changed files with 10 additions and 2 deletions

View File

@ -99,7 +99,7 @@ services:
labels:
- "traefik.enable=false"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
- "coop-cloud.${STACK_NAME}.version=0.5.0+v0.12.0"
- "coop-cloud.${STACK_NAME}.version=0.6.0+v0.12.0"
environment:
<<: [ *common-env ]
healthcheck:
@ -144,6 +144,7 @@ services:
entrypoint: ["/abra-entrypoint.sh", "/usr/local/bin/entrypoint"]
environment:
<<: [*common-env, *postgres-env]
RUN_WOPI_ON_STARTUP: "true"
configs:
- source: abra_entrypoint
target: /abra-entrypoint.sh