separated thumbs location to be able to store them on local drive

This commit is contained in:
Maksym Buz
2025-02-23 14:03:13 +01:00
committed by GitHub
parent 379cc83ca8
commit 47fa506b72

View File

@@ -18,6 +18,7 @@ services:
volumes:
# Do not edit the next line. If you want to change the media storage location on your system, edit the value of UPLOAD_LOCATION in the .env file
- ${UPLOAD_LOCATION}:/usr/src/app/upload
- ${THUMB_LOCATION}:/usr/src/app/upload/thumbs
- /etc/localtime:/etc/localtime:ro
env_file:
- .env