Skip to content

lyamaa/Dockerizing-django

Repository files navigation

Dockerizing-django

Dockerizing Django

Docker Image CI

INCLUDED:

  • Docker
  • NGINX
  • POSTGRES
  • POETRY
  • REDIS
  • CELERY

clone the repo and run:

    docker-compose -f docker-compose.yml build
    docker-compose -f docker-compose.yml up

)