From 0c50b03a17f742c364acb1e33c3e6c4296b0747f Mon Sep 17 00:00:00 2001 From: ltbam Date: Tue, 19 Sep 2023 15:27:31 +0200 Subject: [PATCH] Update .docker_env --- .docker_env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.docker_env b/.docker_env index 01ccf83..2141daa 100644 --- a/.docker_env +++ b/.docker_env @@ -21,8 +21,8 @@ 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/ssl/l0t2511a.crt' -SSL_KEY='/app/ssl/l0t2511a.key.fixed' +SSL_CERT='/app/data/ssl/l0t2511a.crt' +SSL_KEY='/app/data/ssl/l0t2511a.key.fixed' # Valhalla image exclusive env vars # How many threads to build tiles? Should be two less than available threads