forked from coop-cloud/federatedwiki
chore: publish 2.1.6+1.0.28 release
This commit is contained in:
parent
1a1384177a
commit
6790fa45af
@ -16,6 +16,9 @@ FEDWIKI_VOLUME="fedwiki"
|
|||||||
# persistent lib volume / node_modules directory, e.g. for plugmatic
|
# persistent lib volume / node_modules directory, e.g. for plugmatic
|
||||||
#COMPOSE_FILE="$COMPOSE_FILE:compose.lib.yml"
|
#COMPOSE_FILE="$COMPOSE_FILE:compose.lib.yml"
|
||||||
|
|
||||||
|
# persistent lib volume / node_modules directory for use when using a "private" Login to View system
|
||||||
|
#COMPOSE_FILE="$COMPOSE_FILE:compose.lib-private.yml"
|
||||||
|
|
||||||
# Note(3wc): If you change this after initial deployment, you will need to
|
# Note(3wc): If you change this after initial deployment, you will need to
|
||||||
# manually copy the new value from `conf/config.initial.json`
|
# manually copy the new value from `conf/config.initial.json`
|
||||||
SECRET_COOKIE_SECRET_VERSION=v1 # length=30
|
SECRET_COOKIE_SECRET_VERSION=v1 # length=30
|
||||||
|
@ -3,7 +3,7 @@ version: "3.8"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: dobbs/farm:1.0.27
|
image: dobbs/farm:1.0.28
|
||||||
command: /bin/sh entrypoint.sh
|
command: /bin/sh entrypoint.sh
|
||||||
volumes:
|
volumes:
|
||||||
- "${FEDWIKI_VOLUME}:/home/node/.wiki"
|
- "${FEDWIKI_VOLUME}:/home/node/.wiki"
|
||||||
@ -40,7 +40,7 @@ services:
|
|||||||
- "caddy.tls.on_demand="
|
- "caddy.tls.on_demand="
|
||||||
- "backupbot.backup=true"
|
- "backupbot.backup=true"
|
||||||
- "backupbot.backup.path=/home/node/.wiki"
|
- "backupbot.backup.path=/home/node/.wiki"
|
||||||
- "coop-cloud.${STACK_NAME}.version=2.1.5+1.0.27"
|
- "coop-cloud.${STACK_NAME}.version=2.1.6+1.0.28"
|
||||||
healthcheck:
|
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)
|
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');
|
=> { 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