forked from linnealovespie/baserow
Compare commits
2 Commits
main
...
1.2.1+1.35.3
| Author | SHA1 | Date | |
|---|---|---|---|
| f19c498001 | |||
| db18e08971 |
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user