Vistiq / docker-compose.yml
Frost217's picture
Add initial FastAPI application with Docker setup and environment configuration
4216565
services:
fastapi:
build:
context: .
dockerfile: Dockerfile.fastapi
container_name: fashion-analyzer-api
restart: unless-stopped
ports:
"7860:7860"
networks:
dress-segmentation
volumes:
./logs:/app/logs
networks:
dress-segmentation:
driver: bridge