swri-robotics / bag-database

A server that catalogs bag files and provides a web-based UI for accessing them.
Other
344 stars 71 forks source link

Make it easier to change which subdirectory is used for serving #126

Closed pjreed closed 3 years ago

pjreed commented 3 years ago

This adds a BAGDB_PATH environment variable to the Docker container that will control the path used by the internal Tomcat server to serve the Bag Database.

This is primarily intended for making it easier to integrate together with a reverse proxy, so the docker-compose example that uses Traefik has been updated to also serve the Bag Database from a subdirectory.