EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit b8777126 authored by Lubomir Dolezal's avatar Lubomir Dolezal
Browse files

add http_access env to registrar and renderer

parent dfed13b4
No related branches found
No related tags found
1 merge request!2Dem app deploy
Pipeline #21529 passed
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
......@@ -52,9 +52,7 @@ services:
GDAL_DISABLE_READDIR_ON_OPEN: "TRUE"
CPL_VSIL_CURL_ALLOWED_EXTENSIONS: ".TIF,.tif,.xml"
WORKER_TIMEOUT: 3600
{%- if slug in ["dem", "demF"] %}
ENABLE_HTTP_ACCESS: "true"
{%- endif %}
configs:
- source: init-db
target: /opt/core/init-db.sh
......@@ -150,6 +148,7 @@ services:
REPORTING_DIR: "/mnt/reports/"
GDAL_DISABLE_READDIR_ON_OPEN: "EMPTY_DIR"
CPL_VSIL_CURL_ALLOWED_EXTENSIONS: ".TIF,.tif,.xml"
ENABLE_HTTP_ACCESS: "true"
configs:
- source: init-db
target: /opt/core/init-db.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment