start semver at 1.0 instead of 0.1

This commit is contained in:
2026-03-20 21:43:31 -07:00
parent 7afc08674a
commit 9b4861def3
2 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,7 @@ services:
restart_policy:
condition: on-failure
labels:
- "coop-cloud.${STACK_NAME}.version=0.1.0+v1.5.1"
- "coop-cloud.${STACK_NAME}.version=1.0.0+v1.5.1"
- "traefik.enable=true"
- "traefik.http.services.${STACK_NAME}.loadbalancer.server.port=6167"
- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}"
@ -55,6 +55,7 @@ services:
## TODO: test and enable backups: https://docs.coopcloud.tech/maintainers/handbook/#how-do-i-configure-backuprestore
# - "backupbot.backup=true"
# - "backupbot.backup.path=/some/path"
## TODO: find a healthcheck endpoint
secrets:
- reg_token