Compare commits

...

8 Commits

Author SHA1 Message Date
a1cdd385b4 chore: publish 0.2.9+1.0.17 release
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-21 18:18:42 -04:00
5ecc26589b chore: publish 0.2.8+1.0.17 release 2023-06-21 18:09:06 -04:00
c58712f63f chore: publish 0.2.7+1.0.17 release 2023-06-21 18:07:34 -04:00
9ba3d0bc3f chore: publish 0.2.6+1.0.17 release 2023-06-21 18:06:21 -04:00
6e8c37c2a6 chore: publish 0.2.5+1.0.17 release 2023-06-21 17:51:42 -04:00
c60645a61d chore: publish 0.2.4+1.0.17 release 2023-06-21 17:51:12 -04:00
cfee2399cf chore: publish 0.2.3+1.0.17 release 2023-06-21 17:41:58 -04:00
f19a20f880 chore: publish 0.2.2+1.0.17 release 2023-06-21 17:31:55 -04:00

View File

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