[openstreetmap/openstreetmap-website] Enable the app to be built using Docker (#1290)
Tom Hughes
notifications at github.com
Sun Sep 18 18:23:39 UTC 2016
So the first time I ran it the docker-compose bombed out building the web site image due to a random HTTP failure talking to the debian repos and now I can't start it because every attempt bombs out with:
```
Starting rails_db_1
ERROR: for db failed to create endpoint rails_db_1 on network rails_default: Error starting userland proxy: listen tcp 0.0.0.0:5432: bind: address already in use
```
Presumably because the database image from the first attempt is still running, but I can't work out how to stop it - a `docker-compose stop` doesn't seem to help.
I can't help feeling it all seems very fragile...
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/1290#issuecomment-247864225
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20160918/0c6efe74/attachment.html>
More information about the rails-dev
mailing list