chore: publish 0.1.1+latest release

This commit is contained in:
Flancian 2023-07-30 14:19:13 +02:00
parent d75959c3a7
commit 043c3287ec
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,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.0+latest"
- "coop-cloud.${STACK_NAME}.version=0.1.1+latest"
# Disabling health checks during development as per https://docs.coopcloud.tech/maintainers/handbook/.
# healthcheck:
# test: ["CMD", "curl", "-f", "http://localhost"]