8 Commits

Author SHA1 Message Date
0591e1bf1c chore: publish 0.5.0+1.29.0 release
Some checks failed
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is failing
2024-11-13 12:43:21 -05:00
016e7b6848 chore: publish 0.4.0+1.28.0 release
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is passing
2024-10-15 17:30:35 -04:00
658be3c520 Update README.md
Some checks failed
continuous-integration/drone/push Build is failing
healthchecks yes
2024-10-14 15:01:41 +00:00
3287bfc479 chore: publish 0.3.1+1.25.2 release
Some checks failed
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is failing
2024-10-14 10:59:03 -04:00
261493929e Fix healthcheck 2024-10-14 10:57:07 -04:00
736acbf014 fix: remove broken healthcheck
Some checks failed
continuous-integration/drone/push Build is failing
2024-08-29 17:18:08 +02:00
3wc
3564202372 chore: publish 0.3.0+1.25.2 release
Some checks failed
continuous-integration/drone/push Build is failing
2024-07-02 21:18:47 -04:00
3wc
15817b421d Update baserow image to 1.25.2 2024-07-02 21:16:23 -04:00
3 changed files with 6 additions and 4 deletions

View File

@ -7,7 +7,7 @@
* **Category**: Apps
* **Status**: 0
* **Image**: [`baserow`](https://hub.docker.com/r/baserow), 4, upstream
* **Healthcheck**: No
* **Healthcheck**: Yes (using https://baserow.io/docs/installation%2Finstall-with-docker#running-healthchecks-on-baserow)
* **Backups**: No
* **Email**: No
* **Tests**: No

View File

@ -3,13 +3,14 @@ version: "3.8"
services:
app:
image: baserow/baserow:1.21.2
image: baserow/baserow:1.29.0
networks:
- proxy
environment:
- BASEROW_PUBLIC_URL=https://${DOMAIN}
- SECRET_KEY_FILE=/run/secrets/secret_key
- BASEROW_JWT_SIGNING_KEY_FILE=/run/secrets/baserow_jwt_signing_key
- BASEROW_CADDY_ADDRESSES=:80
secrets:
- secret_key
- baserow_jwt_signing_key
@ -26,9 +27,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=0.2.0+1.21.2"
- "coop-cloud.${STACK_NAME}.version=0.5.0+1.29.0"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost"]
test: ["CMD", "./baserow.sh", "backend-cmd", "backend-healthcheck"]
interval: 30s
timeout: 10s
retries: 10

1
release/0.3.0+1.25.2 Normal file
View File

@ -0,0 +1 @@
WARNING: this version includes a major Postgres upgrade, you need to follow the steps here, ideally BEFORE upgrading: https://baserow.io/docs/installation%2Finstall-with-docker#upgrade-process