wemake-services / wemake-django-template

Bleeding edge django template focused on code quality and security.
https://wemake-django-template.rtfd.io
MIT License
1.99k stars 214 forks source link

Add documentation for deployment suggestions #608

Open bsarden opened 5 years ago

bsarden commented 5 years ago

It might be useful to include some documentation about how to deploy the docker image generated by gitlab CI in this template repository on AWS / some other container management platform.

sobolevn commented 5 years ago

@brycearden currently we only have this section https://wemake-django-template.readthedocs.io/en/latest/pages/template/production.html#production which explains why we have not included it.

But, I guess adding links to third-party tutorials is fine. Do you know any good tutorials about deploying docker containers to k8s / aws?

sobolevn commented 5 years ago

I will list tutorial here. And then move them to docs: https://medium.com/@codingfriend/continuous-integration-and-deployment-with-gitlab-docker-compose-and-digitalocean-6bd6196b502a

sobolevn commented 5 years ago

http://mutanatum.com/posts/2016-10-05-DockerCI-to-Droplet.html

DmytroLitvinov commented 5 years ago

Nice articles, @sobolevn

sobolevn commented 5 years ago

https://www.toptal.com/devops/software-deployment-docker-swarm-tutorial

armenak-baburyan commented 4 years ago

https://testdriven.io/blog/deploying-django-to-digitalocean-with-docker-and-gitlab/ Here is another good article.

rodolfosouza commented 4 years ago

AWS EC2 https://docs.gitlab.com/ee/ci/cloud_deployment/