Spaces:
Running
Running
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 |