From 2bcaf08877237c74c5db28d22856a4d1b61c3aaf Mon Sep 17 00:00:00 2001 From: Biel Stela Date: Tue, 30 Jan 2024 10:55:53 +0100 Subject: [PATCH] Reset docker compose port map for tiler to use env var --- data/h3_data_importer/Makefile | 1 - docker-compose.yml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/data/h3_data_importer/Makefile b/data/h3_data_importer/Makefile index c81653ff1..b1358390c 100644 --- a/data/h3_data_importer/Makefile +++ b/data/h3_data_importer/Makefile @@ -48,7 +48,6 @@ crop: convert-mapspam-crop-production convert-mapspam-crop-harvest convert-glw3- indicators: convert-aqueduct convert-deforestation convert-forestGHG convert-naturalCropConversion convert-nutrientLoadReduction convert-biodiversity convert-ghg-farm convert-ghg-farm-livestock contextual-layers: convert-hdi-contextual \ - convert-blue-water-contextual \ convert-deforest-by-human-landuse \ convert-deforest-carbon-by-human-landuse \ convert-crop-bii-loss-by-human-landuse \ diff --git a/docker-compose.yml b/docker-compose.yml index 0ce22fe50..73ffecc8c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -51,7 +51,7 @@ services: - API_PORT=${API_PORT} - S3_BUCKET_URL=${S3_BUCKET_URL} ports: - - "4000:4000" + - "${TILER_SERVICE_PORT}:4000" volumes: - ./tiler:/opt/landgriffon-tiler/data/local-dev restart: unless-stopped