Skip to content

Commit

Permalink
Specify MAP_URL and LEGEND_URL for local development.
Browse files Browse the repository at this point in the history
  • Loading branch information
emacgillavry committed Sep 11, 2024
1 parent d25ec1b commit 8b9f1c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ services:
DATASERVICES_DB_PASSWORD_PATH: insecure
DATASERVICES_DB_HOST: database

MAP_URL: "http://map"
LEGEND_URL: "http://map"
MAP_URL: "http://localhost:8383"
LEGEND_URL: "http://localhost:8383"

volumes:
- .:/srv/mapserver/
Expand Down

0 comments on commit 8b9f1c4

Please sign in to comment.