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 usage; use docker-compose for starting the PokemonGo-Bot ecosystem #1669

Merged
merged 13 commits into from
Jul 29, 2016

Commits on Jul 27, 2016

  1. update Dockerfile; install missed python-protobuf package; add CMD as…

    … a way of defining default arguments for the ENTRYPOINT
    joergpatz committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    cc80d9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1504aea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa259c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    458b2e1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1678a5c View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2016

  1. Configuration menu
    Copy the full SHA
    29ce8cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d4b04a View commit details
    Browse the repository at this point in the history
  3. improve docker usage; add single container run for the webUI; add doc…

    …ker-compose.yml for starting the bot ecosystem with one command
    joergpatz committed Jul 29, 2016
    Configuration menu
    Copy the full SHA
    2dda500 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9435350 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    25e1a6a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bdb0bb4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    02bf3b2 View commit details
    Browse the repository at this point in the history
  8. fix timezone setting: send timezone arg to the docker image build pro…

    …cess, e.g. "docker build --build-arg timezone=Europe/Berlin -t pokemongo-bot ."
    joergpatz committed Jul 29, 2016
    Configuration menu
    Copy the full SHA
    2ed7bca View commit details
    Browse the repository at this point in the history