Compare commits
2 Commits
2.1.3+1.0.
...
2.1.5+1.0.
Author | SHA1 | Date | |
---|---|---|---|
1a1384177a | |||
bec1a54581 |
2
abra.sh
2
abra.sh
@ -1,2 +1,2 @@
|
||||
export ENTRYPOINT_SH_VERSION=v1
|
||||
export ENTRYPOINT_SH_VERSION=v2
|
||||
export CONFIG_INITIAL_JSON_VERSION=v1
|
||||
|
@ -3,7 +3,7 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: dobbs/farm:1.0.26
|
||||
image: dobbs/farm:1.0.27
|
||||
command: /bin/sh entrypoint.sh
|
||||
volumes:
|
||||
- "${FEDWIKI_VOLUME}:/home/node/.wiki"
|
||||
@ -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.3+1.0.26"
|
||||
- "coop-cloud.${STACK_NAME}.version=2.1.5+1.0.27"
|
||||
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');
|
||||
|
1
release/2.1.5+1.0.27
Normal file
1
release/2.1.5+1.0.27
Normal file
@ -0,0 +1 @@
|
||||
y
|
Reference in New Issue
Block a user