finetune home-gallery
This commit is contained in:
parent
4a2d41f2fd
commit
fe16a8c556
1 changed files with 2 additions and 2 deletions
|
@ -105,8 +105,8 @@ services:
|
||||||
image: xemle/home-gallery:1.14.5
|
image: xemle/home-gallery:1.14.5
|
||||||
environment:
|
environment:
|
||||||
- GALLERY_API_SERVER=http://archive-api:3000
|
- GALLERY_API_SERVER=http://archive-api:3000
|
||||||
- GALLERY_API_SERVER_CONCURRENT=1 # for SoC devices like Rasperry Pi. Use 5 otherwise
|
- GALLERY_API_SERVER_CONCURRENT=5 # for SoC devices like Rasperry Pi. Use 5 otherwise
|
||||||
- GALLERY_API_SERVER_TIMEOUT=60 # for SoC devices like Rasperry Pi. Use 30 otherwise
|
- GALLERY_API_SERVER_TIMEOUT=30 # for SoC devices like Rasperry Pi. Use 30 otherwise
|
||||||
#- GALLERY_USE_NATIVE=ffprobe,ffmpeg,vipsthumbnail # On issues with sharp resizer
|
#- GALLERY_USE_NATIVE=ffprobe,ffmpeg,vipsthumbnail # On issues with sharp resizer
|
||||||
- GALLERY_OPEN_BROWSER=false
|
- GALLERY_OPEN_BROWSER=false
|
||||||
# Use polling for safety of possible network mounts. Try 0 to use inotify via fs.watch
|
# Use polling for safety of possible network mounts. Try 0 to use inotify via fs.watch
|
||||||
|
|
Loading…
Reference in a new issue