From b9c3fb37f7a2b61c56fdf8d2fcbcc4eced5def46 Mon Sep 17 00:00:00 2001 From: akanealw Date: Tue, 5 Dec 2023 21:11:03 -0600 Subject: [PATCH] removed filestash and added filegator --- compose.yml | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/compose.yml b/compose.yml index fd77e66..f04ac34 100755 --- a/compose.yml +++ b/compose.yml @@ -27,15 +27,12 @@ services: - ${DOCKER_CONFIGS}/sftpgo/config:/config - ${STORAGE_DIR}/Lili:/files/Lili - filestash: - container_name: filestash - image: machines/filestash:latest - environment: - - APPLICATION_URL= - - ONLYOFFICE_URL=http://onlyoffice - ports: - - "8334:8334" + filegator: + container_name: filegator + image: filegator/filegator restart: always + ports: + - "8580:8080" volumes: - - ${DOCKER_CONFIGS}/filestash:/app/data/state - - ${STORAGE_DIR}:/truenas-storage + - ${STORAGE_DIR}/:/var/www/filegator/repository + - ${DOCKER_CONFIGS}/filegator/users.json:/var/www/filegator/private/users.json