forked from coop-cloud/federatedwiki
chore: publish 2.0.1+1.0.20 release
This commit is contained in:
parent
d080b8c09b
commit
a7bda15182
@ -40,7 +40,7 @@ services:
|
||||
- "caddy.tls.on_demand="
|
||||
- "backupbot.backup=true"
|
||||
- "backupbot.backup.path=/home/node/.wiki"
|
||||
- "coop-cloud.${STACK_NAME}.version=2.0.0+1.0.20"
|
||||
- "coop-cloud.${STACK_NAME}.version=2.0.1+1.0.20"
|
||||
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');
|
||||
|
Loading…
Reference in New Issue
Block a user