Compare commits
1 Commits
main
...
3.4.0+0.40.1-1
| Author | SHA1 | Date | |
|---|---|---|---|
| 7837311f8f |
+1
-1
@@ -40,7 +40,7 @@ services:
|
||||
- "caddy.tls.on_demand="
|
||||
- "backupbot.backup=true"
|
||||
- "backupbot.backup.path=/home/node/.wiki"
|
||||
- "coop-cloud.${STACK_NAME}.version=3.2.0+0.40.1-1"
|
||||
- "coop-cloud.${STACK_NAME}.version=3.4.0+0.40.1-1"
|
||||
healthcheck:
|
||||
test: "node -e 'var http = require(\"http\"); var options = { host : \"localhost\", port : \"3000\", timeout : 2000, path : \"/view/welcome-visitors\", headers: { \"Host\": \"${DOMAIN}\" } }; var request = http.request(options, (res) => { console.log(`STATUS: $${res.statusCode}`); if (res.statusCode == 200) { process.exit(0); } else { process.exit(1); } }); request.on(\"error\", function(err) { console.log('ERROR'); process.exit(1); }); request.end();'"
|
||||
interval: 10s
|
||||
|
||||
Reference in New Issue
Block a user