favll / pogom

The fastest Pokémon Go Map available.
MIT License
549 stars 199 forks source link

Docker deployment not documented within README #386

Open poloka opened 8 years ago

poloka commented 8 years ago

Checklist

Docker version 1.12.0, build 8eab29e

Deployment with docker not defined within README. Need instructions on how to run the docker container locally and connect to the image.

compuguy commented 8 years ago

I've personally used it with docker-compose with a nginx server in front of it. I put up a gist earlier with the configuration: https://gist.github.com/compuguy/719745fcc89b20476150678174f00cd7. The docker build file needs to be tweaked with options to use mysql though.

Illydth commented 8 years ago

Yea, i've got it running on my Docker 1.12 Swarm cluster at home with no issues. Works like a charm. The Dockerfile needs a few modifications/additions, but by and large works without a hitch.

compuguy commented 8 years ago

@Illydth I'de love to see your tweaks to the dockerfile. I was planning to tweak it to add support for passing variables for mysql.

poloka commented 8 years ago

@Illydth could you submit a PR to this existing project with your tweaks?