forked from coop-cloud/tuwunel
start semver at 1.0 instead of 0.1
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user