OpenTransitTools / gtfsdb

GTFS ORM using SQLAlchemy
Mozilla Public License 2.0
155 stars 44 forks source link

Improve Docker option - docs, volume and network #64

Open gaj995 opened 4 months ago

gaj995 commented 4 months ago

I followed the instructions and am trying to run it on Docker, but keep getting this error.

2024-05-04 22:18:19.305 GMT [43] FATAL: --database_url requires a value

fpurcell commented 4 months ago

So the current Dockerfile simply runs bin/gtfsdb-load, which requires the db url and other cmd-line params. I'm thinking both the documentation, as well as networking / volume management, could be improved, so I renamed this issue.

BTW, the following works for me with the current Dockerfile:

fpurcell commented 4 months ago

Some things to possibly improve: