fastapi-test/docker-compose.yml
2025-03-20 22:30:20 +11:00

11 lines
152 B
YAML

version: '3.4'
services:
fastapitest:
image: fastapitest
build:
context: .
dockerfile: ./Dockerfile
ports:
- 8090:8090