add proper version tag

This commit is contained in:
brooke 2025-02-06 14:43:42 -05:00
parent 6ce974cd3b
commit afbf57d067

View File

@ -27,7 +27,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "coop-cloud.${STACK_NAME}.version=0.17.3"
- "coop-cloud.${STACK_NAME}.version=0.9.0+0.17.3"
healthcheck:
test: wget --no-verbose --tries=1 --spider http://localhost:8080/readyz || exit 1
interval: 120s