riverqueue / riverui

A web interface for River, fast and reliable background jobs in Go.
https://ui.riverqueue.com/
Mozilla Public License 2.0
43 stars 3 forks source link

Add `DATABASE_URL` to Docker run command #52

Closed brandur closed 1 week ago

brandur commented 1 week ago

A very minor amendment in the README container instructions to add --env DATABASE_URL to the Docker run command to show that one should forward a database URL into the container for it to work properly.

I also added it to the binary run instructions for similar reasons.