mirror of
https://github.com/ycd/manage-fastapi.git
synced 2021-11-08 01:34:39 +03:00
9 lines
98 B
YAML
9 lines
98 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
app:
|
|
build: .
|
|
env_file: ".env"
|
|
ports:
|
|
- "8000:8000"
|