Commit Graph

2 Commits

Author SHA1 Message Date
geminiyellow 976d8c500f fix(docker): correct web config file path (#2350) 2016-08-02 18:29:22 -07:00
Joerg Patzer 872dfa5eb9 Improve docker usage; use docker-compose for starting the PokemonGo-Bot ecosystem (#1669)
* update Dockerfile; install missed python-protobuf package; add CMD as a way of defining default arguments for the ENTRYPOINT

* remove CMD command, default config parameter is also set in pokecli.py

* improve docker usage; add single container run for the webUI; add docker-compose.yml for starting the bot ecosystem with one command

* fix "How to run with Docker" link

* fix timezone setting: send timezone arg to the docker image build process, e.g. "docker build --build-arg timezone=Europe/Berlin -t pokemongo-bot ."
2016-07-30 00:47:51 +02:00