This is the source code of the application built during the first community call to demonstrate how to deploy docker-compose applications on Okteto.
Clone the repository:
$ git clone https://github.com/okteto/python-docker-compose
$ cd python-docker-compose
Spin a development container:
$ okteto up
Start the application from your container:
$ python main.py