Rely on decaf image instead of custom image.

This commit is contained in:
Christian Galo 2025-05-06 16:58:56 +00:00
parent b190900922
commit 13b27471e8
3 changed files with 2 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
.env .env*

View File

@ -1,3 +0,0 @@
services:
app:
image: git.coopcloud.tech/wiki-cafe/wiki-farm:${WIKI_VERSION:-latest}

View File

@ -1,6 +1,6 @@
services: services:
app: app:
image: dobbs/farm:1.0.26 image: dobbs/farm:1.1.0
command: /bin/sh entrypoint.sh command: /bin/sh entrypoint.sh
volumes: volumes:
- "data:/home/node/.wiki" - "data:/home/node/.wiki"