changing to yml

Signed-off-by: Felipe Vilella <vilella.luisfelipe@gmail.com>
This commit is contained in:
Felipe Vilella 2020-04-07 09:30:47 -03:00
parent 9d3606713f
commit 01a00567cd

View File

@ -4,15 +4,14 @@
Project structure: Project structure:
``` ```
. .
├── docker-compose.yaml ├── docker-compose.yml
├── app ├── app
   ├── Dockerfile    ├── Dockerfile
   ├── requirements.txt    ├── requirements.txt
   └── manage.py    └── manage.py
``` ```
[_docker-compose.yml_](docker-compose.yml)
[_docker-compose.yaml_](docker-compose.yaml)
``` ```
services: services:
web: web: