Skip to content

Commit

Permalink
Reset docker compose port map for tiler to use env var
Browse files Browse the repository at this point in the history
  • Loading branch information
BielStela committed May 6, 2024
1 parent a37f46f commit 2bcaf08
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion data/h3_data_importer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2bcaf08

Please sign in to comment.