removed filestash and added filegator

This commit is contained in:
2023-12-05 21:11:03 -06:00
parent 96a6a2d844
commit b9c3fb37f7
+7 -10
View File
@@ -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