ebebbington / denv-creator

Creates the folder structure for a docker environment based on the containers you want to use
MIT License
1 stars 0 forks source link

Initialise docker-compose.yml #15

Open ebebbington opened 4 years ago

ebebbington commented 4 years ago

What Create the starting line for the docker-compose.yml file

How Write the text in the method to the docker compose file

Where project.py with the todo of this issue

Why We need this bit before adding any container configuration

End Result The docker-compose.yml file starts with:

version: 3
    services:

Checklist

Resources