ktamas8 / python-rest-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

https://github.com/jakewright/tutorials/tree/master/home-automation/02-device-registry

Docker Compose in 12 Minutes

Docker compose is a tool for defining and running multi-container Docker applications. In this tutorial I show you the basics of Docker Compose, including how to write a docker-compose.yml file for a simple two-container e-commerce style website.

Watch Docker Compose in 12 Minutes on YouTube

Getting started

This directory contains the source code from the tutorial. To run the application, cd into this directory and run docker-compose up. The product service and the website will start (if necessary, docker-compose will automatically build the containers).

About


Languages

Language:Python 94.7%Language:Dockerfile 5.3%