forked from coop-cloud/federatedwiki
chore: publish 2.1.7+1.0.28 release
This commit is contained in:
parent
6790fa45af
commit
61e96089f1
10
compose.lib-private.yml
Normal file
10
compose.lib-private.yml
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
volumes:
|
||||
- "fedwiki-private_lib:/home/node/lib"
|
||||
|
||||
volumes:
|
||||
fedwiki-private_lib:
|
@ -40,7 +40,7 @@ services:
|
||||
- "caddy.tls.on_demand="
|
||||
- "backupbot.backup=true"
|
||||
- "backupbot.backup.path=/home/node/.wiki"
|
||||
- "coop-cloud.${STACK_NAME}.version=2.1.6+1.0.28"
|
||||
- "coop-cloud.${STACK_NAME}.version=2.1.7+1.0.28"
|
||||
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…
x
Reference in New Issue
Block a user