← Volver a todos los posts

Remembering docker-compose

Simple repo to remember how to use docker-compose.

In this repo we set up two machines in a single file using docker-compose.

One of the advantages of using docker-compose is that you don’t have to remember a long list of complex commands to spin up your environment — you just run docker-compose up and that’s it. Easy as that.

https://github.com/delrayo/DockerComposePython

docker-compose file example

Running docker-compose up