chore: publish 0.3.1+v0.28 release

This commit is contained in:
2026-05-28 18:53:43 +02:00
parent 3897d3d6a9
commit 0c7c64cd7e
2 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "coop-cloud.${STACK_NAME}.version=0.3.0+v0.28"
- "coop-cloud.${STACK_NAME}.version=0.3.1+v0.28"
# Enable backups: https://docs.coopcloud.tech/maintainers/handbook/#how-do-i-configure-backuprestore
- "backupbot.backup=${ENABLE_BACKUPS:-true}"
- "backupbot.backup.path=/var/lib/headscale"

1
release/0.3.1+v0.28 Normal file
View File

@ -0,0 +1 @@
added EXPIRY env (non-breaking)