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"