Skip to content

sample project to deploy django framework to docker container

License

Notifications You must be signed in to change notification settings

alamsyahho/ansible-docker-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: django

Build Status

Deploy python django apps inside a docker container. There are 2 docker container created by this ansible roles, which is nginx and another box for running the python uwsgi module

Requirements

CentOS 7 Minimal Installation with docker installed

Example Playbook

django.yml

- hosts: all
  remote_user: root
  roles:
    - django

Running playbook on specific hosts:

ansible-playbook -i host1.example.com,host2.example.com django.yml

License

MIT

About

sample project to deploy django framework to docker container

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages