add release file

This commit is contained in:
brooke 2025-02-09 03:36:37 -05:00
parent 8e170046e2
commit 726f8b2f3a
3 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "coop-cloud.${STACK_NAME}.version=0.9.0+0.17.3"
- "coop-cloud.${STACK_NAME}.version=1.0.0+0.17.3"
healthcheck:
test: wget --no-verbose --tries=1 --spider http://localhost:8080/readyz || exit 1
interval: 120s

View File

1
release/1.0.0+0.17.3 Normal file
View File

@ -0,0 +1 @@
new recipe, supporting postgres, s3, oidc, and smtp configuration.