Skip to content

Commit

Permalink
Merge pull request #32 from geoadmin/ltbam-patch-1
Browse files Browse the repository at this point in the history
Update .docker_env
  • Loading branch information
ltbam authored Jul 1, 2024
2 parents 83c2d5c + ca58522 commit 8049ff4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .docker_env
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ POSTGRES_PASS=admin

# If you need a SSL certificate to be respected on the gunicorn level
# Paths are local to the container (/app/ssl is mapped in docker-compose)
SSL_CERT='/app/data/ssl/l0t2511a.crt'
SSL_KEY='/app/data/ssl/l0t2511a.key.fixed'
# IT put certs in /data/certs. A Volume is configured to read there.
SSL_CERT='ssl/l0t2511a.crt'
SSL_KEY='ssl/l0t2511a.key'

# Valhalla image exclusive env vars
# How many threads to build tiles? Should be two less than available threads
CONCURRENCY=4
CONCURRENCY=14

0 comments on commit 8049ff4

Please sign in to comment.