chore: publish 0.2.1+1.9 release
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
3wc
2023-04-10 22:48:25 -04:00
parent 11db4147c0
commit 83b81fbe2d

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