diff --git a/docker-compose.yml b/docker-compose.yml index ea0d545..ea5dfa0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 \ No newline at end of file + # 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 \ No newline at end of file