Creates the folder structure for a docker environment based on the containers you want to use

Initialise docker-compose.yml#15

Open
Opened 2/27/20200 commentsby ebebbington
ebebbington

**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** - [ ] Docker-compose file starts with the correct text **Resources**

AI Analysis

This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by ebebbington and has received 0 comments.

Add a comment
Comment form would go here