4 Commits

Author SHA1 Message Date
3wc 53e74e9228 chore: publish 0.4.0+v0.29 release 2026-06-17 11:45:41 -04:00
3wc b9118894ea chore: update image tags 2026-06-17 11:31:17 -04:00
val 0c7c64cd7e chore: publish 0.3.1+v0.28 release 2026-05-28 18:53:43 +02:00
val 3897d3d6a9 Merge pull request 'added env for expiration time' (#10) from expiry into main
Reviewed-on: #10
2026-05-28 16:51:42 +00:00
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
---
services:
app:
image: headscale/headscale:v0.28
image: headscale/headscale:v0.29
networks:
- proxy
command: serve
@@ -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.4.0+v0.29"
# 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
View File
@@ -0,0 +1 @@
added EXPIRY env (non-breaking)