Compare commits
3 Commits
0.3.1+1.25
...
0.5.0+1.29
Author | SHA1 | Date | |
---|---|---|---|
0591e1bf1c | |||
016e7b6848 | |||
658be3c520 |
@ -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
|
||||
|
@ -3,7 +3,7 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: baserow/baserow:1.25.2
|
||||
image: baserow/baserow:1.29.0
|
||||
networks:
|
||||
- proxy
|
||||
environment:
|
||||
@ -27,7 +27,7 @@ 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.3.1+1.25.2"
|
||||
- "coop-cloud.${STACK_NAME}.version=0.5.0+1.29.0"
|
||||
healthcheck:
|
||||
test: ["CMD", "./baserow.sh", "backend-cmd", "backend-healthcheck"]
|
||||
interval: 30s
|
||||
|
Reference in New Issue
Block a user