Skip to content

Commit

Permalink
update comment in volume
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Loftus committed Aug 26, 2024
1 parent 0d3a1c4 commit 628f61f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ services:
- PYGEOAPI_URL=http://localhost:5000
ports:
- 5000:80
volumes:
# We have to mount these all independently since if we mount the entire directory, it ove
- ./templates/ornl-hydrolocation.j2:/pygeoapi/pygeoapi/templates/ornl-hydrolocation.j2
- ./templates/usgs-hydrolocation.j2:/pygeoapi/pygeoapi/templates/usgs-hydrolocation.j2
- ./templates/usgs-location-oriented.j2:/pygeoapi/pygeoapi/templates/usgs-location-oriented.j2
# volumes:
# # Mounting allows for hot reloading during development.
# # We have to mount these all independently since if we mount the entire directory, it overrides other templates
# - ./templates/ornl-hydrolocation.j2:/pygeoapi/pygeoapi/templates/ornl-hydrolocation.j2
# - ./templates/usgs-hydrolocation.j2:/pygeoapi/pygeoapi/templates/usgs-hydrolocation.j2
# - ./templates/usgs-location-oriented.j2:/pygeoapi/pygeoapi/templates/usgs-location-oriented.j2

0 comments on commit 628f61f

Please sign in to comment.