fastapi-with-liveview/compose.yaml
Andros Fenollosa 6a9fc0a72a Fist commit
2024-06-18 14:50:41 +02:00

8 lines
101 B
YAML

services:
fastapi:
build: .
ports:
- "8000:8000"
volumes:
- .:/usr/src/app