chore: publish 0.2.10+1.0.18 release
continuous-integration/drone/push Build is passing Details

This commit is contained in:
3wc 2023-08-22 18:04:25 +02:00
parent 7e15af4875
commit b28d08551e
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ version: "3.8"
services: services:
app: app:
image: dobbs/farm:1.0.17 image: dobbs/farm:1.0.18
command: /bin/sh config/install.sh command: /bin/sh config/install.sh
volumes: volumes:
- "fedwiki_friends:/home/node/config" - "fedwiki_friends:/home/node/config"
@ -37,7 +37,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=0.2.9+1.0.17" - "coop-cloud.${STACK_NAME}.version=0.2.10+1.0.18"
# healthcheck: # healthcheck:
# test: ["CMD", "curl", "-f", "http://localhost"] # test: ["CMD", "curl", "-f", "http://localhost"]
# interval: 30s # interval: 30s