chore: publish 0.2.2+0.20.3 release

This commit is contained in:
Philipp Rothmann 2023-03-06 16:18:58 +01:00
parent 2206aeca68
commit d7412e71cf
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "coop-cloud.${STACK_NAME}.version=0.2.1+0.20.1"
- "coop-cloud.${STACK_NAME}.version=0.2.2+0.20.3"
healthcheck:
test: [ "CMD", "curl", "-f", "http://localhost" ]
interval: 30s