- ports 8080 => 8080
- volume "/store/imagery" => "/store/imagery"
- environment :PORT => 8080,
- :WORKERS_PER_CORE => 1,
- :GDAL_CACHEMAX => 200,
+ volume :"/store/imagery" => "/store/imagery",
+ :"/srv/imagery/sockets" => "/sockets"
+ environment :GDAL_CACHEMAX => 200,
+ :GDAL_BAND_BLOCK_CACHE => "HASHSET",