Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Docker option - docs, volume and network #64

Open
gaj995 opened this issue May 4, 2024 · 2 comments
Open

Improve Docker option - docs, volume and network #64

gaj995 opened this issue May 4, 2024 · 2 comments

Comments

@gaj995
Copy link

gaj995 commented May 4, 2024

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
Copy link
Member

fpurcell commented May 7, 2024

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
Copy link
Member

fpurcell commented May 7, 2024

Some things to possibly improve:

  • docker hub images built via CI
  • volume to read GTFS feeds / write (sqlite) artifacts
  • networking (couldn't connect to localhost:5432 postgres instance)
  • documentation

@fpurcell fpurcell changed the title database_url requires a value error Improve Docker option - docs, volume and network May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants