chore: publish 1.0.2+1.0.19 release
continuous-integration/drone/push Build is failing Details

This commit is contained in:
3wc 2023-10-05 22:51:28 +01:00
parent e90183f153
commit 2da198b21b
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: dobbs/farm:1.0.18
image: dobbs/farm:1.0.19
command: /bin/sh config/install.sh
volumes:
- "fedwiki_friends:/home/node/config"
@ -37,7 +37,7 @@ services:
- "caddy.tls.on_demand="
- "backupbot.backup=true"
- "backupbot.backup.path=/home/node/.wiki"
- "coop-cloud.${STACK_NAME}.version=1.0.1+1.0.18"
- "coop-cloud.${STACK_NAME}.version=1.0.2+1.0.19"
# healthcheck:
# test: ["CMD", "curl", "-f", "http://localhost"]
# interval: 30s