-
Notifications
You must be signed in to change notification settings - Fork 33
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
Move to Docker deployment in production #643
Comments
@michbil please add info to wiki |
@AlexeyAnshakov done |
@umairadeeb Current state of docker migration: automatic deployment working ok.
|
Would also be good if following tasks will be performed in the future:
|
@umairadeeb you may create it |
Point number 1, 2, 3, and 6 completed. Let me know what you guys think. |
sounds good if it will speed up instance. @umairadeeb , you may stop instance and create a new one in the same region and type. |
The task is to create automated deployment using docker on the server.
Docker image builds are made by the docker hub, sample docker hub is https://hub.docker.com/u/michbil/
Deployment workflow:
Link on webhook workflow: Using webhooks and workflow
Server runs docker-compose https://github.com/michbil/Wrio-Docker-Production
Webhooks are triggered on server by https://github.com/cpuguy83/dockerhub-webhook-listener
Webhook for titter shoud do approx this to pull latest image from the hub and restart service
The text was updated successfully, but these errors were encountered: