EOX GitLab Instance

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

add http_access for DEM

parent 356d1837
No related branches found
No related tags found
No related merge requests found
Pipeline #20930 passed
......@@ -305,7 +305,7 @@ services:
target: /etc/shibboleth/shibd.logger
- source: native-logger
target: /etc/shibboleth/native.logger
{%- if terrain_server_enabled %}
{%- if slug in ["dem", "demF"] %}
terrain:
image: geodata/cesium-terrain-server
volumes:
......
......@@ -51,6 +51,9 @@ services:
DJANGO_SECRET_KEY_FILE: "/run/secrets/DJANGO_SECRET_KEY"
GDAL_DISABLE_READDIR_ON_OPEN: "TRUE"
CPL_VSIL_CURL_ALLOWED_EXTENSIONS: ".TIF,.tif,.xml"
{%- if slug in ["dem", "demF"] %}
ENABLE_HTTP_ACCESS: true
{%- endif %}
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