1
0
mirror of https://github.com/ycd/manage-fastapi.git synced 2021-11-08 01:34:39 +03:00
Files
manage-fastapi/manage_fastapi/templates/project/{{ cookiecutter.folder_name }}/docker-compose.yaml
2020-12-07 14:42:54 -03:00

9 lines
98 B
YAML

version: "3.8"
services:
app:
build: .
env_file: ".env"
ports:
- "8000:8000"