From 13b27471e8d0151296f0da4924fce496592a5437 Mon Sep 17 00:00:00 2001 From: Christian Galo Date: Tue, 6 May 2025 16:58:56 +0000 Subject: [PATCH] Rely on decaf image instead of custom image. --- .gitignore | 2 +- compose.wikicafe.yaml | 3 --- compose.yaml | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 compose.wikicafe.yaml diff --git a/.gitignore b/.gitignore index 4c49bd7..e6905a2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -.env +.env* \ No newline at end of file diff --git a/compose.wikicafe.yaml b/compose.wikicafe.yaml deleted file mode 100644 index cf62e02..0000000 --- a/compose.wikicafe.yaml +++ /dev/null @@ -1,3 +0,0 @@ -services: - app: - image: git.coopcloud.tech/wiki-cafe/wiki-farm:${WIKI_VERSION:-latest} diff --git a/compose.yaml b/compose.yaml index e475cff..5b614f1 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,6 +1,6 @@ services: app: - image: dobbs/farm:1.0.26 + image: dobbs/farm:1.1.0 command: /bin/sh entrypoint.sh volumes: - "data:/home/node/.wiki"