Compare commits

...

2 Commits

Author SHA1 Message Date
Philipp Rothmann 4cfe5f66a8 chore: publish 0.2.3+0.20.3 release
continuous-integration/drone/push Build is passing Details
2023-03-06 16:30:11 +01:00
Philipp Rothmann 6955772632 fix: bump config version 2023-03-06 16:30:01 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
export CONFIG_YML_VERSION=v3
export CONFIG_YML_VERSION=v4

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.2+0.20.3"
- "coop-cloud.${STACK_NAME}.version=0.2.3+0.20.3"
healthcheck:
test: [ "CMD", "curl", "-f", "http://localhost" ]
interval: 30s