Compare commits

...

8 Commits

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.16 image: dobbs/farm:1.0.17
command: /bin/sh config/install.sh command: /bin/sh config/install.sh
volumes: volumes:
- "fedwiki_friends:/home/node/config" - "fedwiki_friends:/home/node/config"
@ -34,7 +34,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.priority=1" - "traefik.http.routers.${STACK_NAME}.priority=1"
- "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.1+1.0.16" - "coop-cloud.${STACK_NAME}.version=0.2.9+1.0.17"
# healthcheck: # healthcheck:
# test: ["CMD", "curl", "-f", "http://localhost"] # test: ["CMD", "curl", "-f", "http://localhost"]
# interval: 30s # interval: 30s