From eb9f5dbf9e4ffd82b9eb80523f2d2690125f31a5 Mon Sep 17 00:00:00 2001 From: --Explosion-- Date: Fri, 2 Feb 2024 07:56:39 +0000 Subject: [PATCH] Make filestash persist data (#2304) * Make filestash persist data * Increase tipi version --- apps/filestash/config.json | 2 +- apps/filestash/docker-compose.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/filestash/config.json b/apps/filestash/config.json index fe8a3357..ba869575 100644 --- a/apps/filestash/config.json +++ b/apps/filestash/config.json @@ -5,7 +5,7 @@ "available": true, "exposable": true, "id": "filestash", - "tipi_version": 3, + "tipi_version": 4, "version": "latest", "categories": ["utilities"], "description": "A modern web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze", diff --git a/apps/filestash/docker-compose.yml b/apps/filestash/docker-compose.yml index 006d215b..a0b18179 100644 --- a/apps/filestash/docker-compose.yml +++ b/apps/filestash/docker-compose.yml @@ -12,6 +12,8 @@ services: - ONLYOFFICE_URL=http://filestash-onlyoffice ports: - ${APP_PORT}:8334 + volumes: + - ${APP_DATA_DIR}/data:/app/data/state/ depends_on: - filestash-onlyoffice networks: