Compare commits

...

2 Commits

Author SHA1 Message Date
marlon f19c498001 chore: publish 1.2.1+1.35.3 release 2025-11-10 12:01:15 -05:00
marlon db18e08971 change restart policy to unless-stopped 2025-11-10 11:58:37 -05:00
+2 -2
View File
@@ -17,7 +17,7 @@ services:
- jwt_key
deploy:
restart_policy:
condition: on-failure
condition: unless-stopped
labels:
- "traefik.enable=true"
- "traefik.http.services.${STACK_NAME}.loadbalancer.server.port=80"
@@ -30,7 +30,7 @@ services:
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
- "backupbot.backup=true"
- "backupbot.backup.path=/baserow/data"
- "coop-cloud.${STACK_NAME}.version=1.2.0+1.35.3"
- "coop-cloud.${STACK_NAME}.version=1.2.1+1.35.3"
healthcheck:
test: ["CMD", "./baserow.sh", "backend-cmd", "backend-healthcheck"]
interval: 30s