chore: publish 0.2.1+1.9 release

This commit is contained in:
3wc 2023-04-10 22:48:25 -04:00
parent 11db4147c0
commit 8d570c7d79
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${WEB_DOMAIN}`)"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "coop-cloud.${STACK_NAME}.version=0.2.0+1.9"
- "coop-cloud.${STACK_NAME}.version=0.2.1+1.9"
db:
image: redis:alpine