10 Commits

Author SHA1 Message Date
3158926e7b chore: publish 1.2.2+1.35.3 release 2025-11-10 18:58:27 -05:00
136ad45cfb rollback 2025-11-10 20:46:35 +00:00
26e98e915d rollback 2025-11-10 15:42:04 -05:00
aa6b8472f5 rollback restart condition 2025-11-10 15:40:19 -05:00
f19c498001 chore: publish 1.2.1+1.35.3 release 2025-11-10 12:01:15 -05:00
db18e08971 change restart policy to unless-stopped 2025-11-10 11:58:37 -05:00
e85291cdb6 chore: publish 1.2.0+1.35.3 release 2025-10-22 10:50:26 -04:00
e61e4d9e13 add backup support 2025-10-22 10:46:40 -04:00
43c7fb2130 chore: publish 1.1.0+1.31.1 release 2025-07-17 13:49:00 -04:00
48f7153a9b Merge pull request 'add config options for running with low resources' (#4) from low-resource into main
Reviewed-on: #4
2025-07-17 17:44:57 +00:00

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: baserow/baserow:1.31.1
image: baserow/baserow:1.35.3
networks:
- proxy
environment:
@ -28,7 +28,9 @@ services:
#- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
- "coop-cloud.${STACK_NAME}.version=1.0.0+1.31.1"
- "backupbot.backup=true"
- "backupbot.backup.path=/baserow/data"
- "coop-cloud.${STACK_NAME}.version=1.2.2+1.35.3"
healthcheck:
test: ["CMD", "./baserow.sh", "backend-cmd", "backend-healthcheck"]
interval: 30s
@ -38,7 +40,7 @@ services:
volumes:
- baserow_data:/baserow/data
volumes:
baserow_data: