Bozydarek / example_python_project

Example docer-compose setup for python project with 2 databases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example Python project

This repository contains example docker-compose configuration for simple Python project which consist of:

  • some python application (presumably some backend / API application)
  • SQL relational database - Postgres
  • NoSQL document-oriented database - MongoDB

Command docker-compose up –build can be used to set up and start all containers and execute an example python script.

About

Example docer-compose setup for python project with 2 databases

License:MIT License


Languages

Language:Python 94.3%Language:Dockerfile 5.7%