ibi-group / datatools-server

Server for IBI's GTFS data management platform.
MIT License
49 stars 51 forks source link

Unable to find /config/env.yml file #518

Closed jaredcowoCS closed 1 year ago

jaredcowoCS commented 1 year ago

NOTE: This issue system is intended for reporting bugs and tracking progress in software development. Although this software is licensed with an open-source license, any issue opened here may not be dealt with in a timely manner. IBI Group is able to provide technical support for custom deployments of this software. Please contact Ritesh Warade if your company or organization is interested in opening a support contract with us. Please remove this note when creating the issue.

Observed behavior

Please explain what is being observed within the application here. When running the application with docker, /config/env.yml is not being found. Error: Exception in thread "main" java.io.FileNotFoundException: /config/env.yml (No such file or directory)

Expected behavior

config folder should be in the root of the project, and env.yml should be inside it. However, docker is unable to load the config folder. Please explain what should happen instead. Docker should find config folder that is in the root.

Steps to reproduce the problem

Please be as specific as possible.

Any special notes on configuration used

Please describe any applicable config files that were used

Version of datatools-server and datatools-ui if applicable (exact commit hash or branch name)

If using this in conjunction with datatools-ui, this info can be found by clicking on the gear icon on the sidebar.

jaredcowoCS commented 1 year ago

Closed