removed filestash and added filegator
This commit is contained in:
+7
-10
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user