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

Added docker to deploy teamserver #136

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

NotoriousRebel
Copy link

This PR introduces the ability to simply do docker-compose up --build once you create a .env file with three things: a HOST_IP, USER, and PASSWORD; once those are defined and you do docker-compose it will deploy the teamserver.

Some notes:

  • I am not a docker expert
  • I did not go the route of trying to use pyenvs inside Docker so I am not sure if it is a bug or intended but there are differences in depedencies between requirements.txt and the Pipfile
  • I changed the version of click because if you use 7.0 it throws an error when installing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant