Compare commits

..

5 Commits

Author SHA1 Message Date
Bortseb c4d128d0b4 chore: update image tags
continuous-integration/drone/push Build is failing
2026-06-05 17:11:55 +00:00
Bortseb 7e28140631 chore: publish 3.3.0+0.41.0-rc.0-1 release
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is failing
2026-05-27 05:32:09 +00:00
Bortseb f066de9f84 chore: update image tags 2026-05-27 04:50:04 +00:00
Bortseb eef4018af6 chore: publish 3.2.0+0.40.1-1 release
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is failing
2026-05-19 14:38:52 +00:00
Bortseb 63b204e2d2 chore: update image tags 2026-05-19 14:28:02 +00:00
+2 -2
View File
@@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: git.coopcloud.tech/wiki-cafe/fedwiki-oci-image:0.39.4-1
image: git.coopcloud.tech/wiki-cafe/fedwiki-oci-image:0.41.0-rc.0-2
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=3.1.4+0.39.4-1"
- "coop-cloud.${STACK_NAME}.version=3.3.0+0.41.0-rc.0-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'); process.exit(1); }); request.end();'"
interval: 10s