Compare commits

...

1 Commits

Author SHA1 Message Date
cd5e45a7cc chore: publish 3.0.0+0.38.6-1 release
All checks were successful
continuous-integration/drone/tag Build is passing
2025-12-12 17:57:46 +00:00
2 changed files with 2 additions and 8 deletions

View File

@ -1,6 +0,0 @@
---
version: "3.8"
services:
app:
image: git.coopcloud.tech/wiki-cafe/wiki-farm:latest

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: dobbs/farm:1.1.2
image: git.coopcloud.tech/wiki-cafe/fedwiki-oci-image:0.38.6-1
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.7.1+1.1.2"
- "coop-cloud.${STACK_NAME}.version=3.0.0+0.38.6-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');