diff --git a/docker-compose.yml b/docker-compose.yml index da23439..0c5fd00 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -105,8 +105,8 @@ services: image: xemle/home-gallery:1.14.5 environment: - GALLERY_API_SERVER=http://archive-api:3000 - - GALLERY_API_SERVER_CONCURRENT=1 # 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_CONCURRENT=5 # for SoC devices like Rasperry Pi. Use 5 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_OPEN_BROWSER=false # Use polling for safety of possible network mounts. Try 0 to use inotify via fs.watch