Make filestash persist data (#2304)

* Make filestash persist data

* Increase tipi version
This commit is contained in:
--Explosion-- 2024-02-02 07:56:39 +00:00 committed by GitHub
parent b57635e1e0
commit eb9f5dbf9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -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",

View File

@ -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: