Skip to content

Commit

Permalink
imagery: use new custom command
Browse files Browse the repository at this point in the history
  • Loading branch information
Firefishy committed Jan 13, 2025
1 parent 915c94e commit c9ea34d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cookbooks/imagery/recipes/tiler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@
image container_image
volume :"/store/imagery" => "/store/imagery",
:"/srv/imagery/sockets" => "/sockets"
environment :BIND => "unix:/sockets/titiler.sock",
:WORKERS_PER_CORE => 1,
:GDAL_CACHEMAX => 200,
environment :GDAL_CACHEMAX => 200,
:GDAL_BAND_BLOCK_CACHE => "HASHSET",
:GDAL_DISABLE_READDIR_ON_OPEN => "EMPTY_DIR",
:GDAL_INGESTED_BYTES_AT_OPEN => 32768,
Expand All @@ -52,6 +50,7 @@
:VSI_CACHE_SIZE => 5000000,
:TITILER_API_ROOT_PATH => "/api/v1/titiler",
:FORWARDED_ALLOW_IPS => "*" # https://docs.gunicorn.org/en/latest/settings.html#forwarded-allow-ips
command "gunicorn -k uvicorn.workers.UvicornWorker titiler.application.main:app --bind unix:/sockets/titiler.sock --workers #{node.cpu_cores}"
end

systemd_service "titiler-restart" do
Expand Down

0 comments on commit c9ea34d

Please sign in to comment.