services: api: container_name: Captiona image: captiona:latest build: context: .. dockerfile: docker/Dockerfile.api ports: - "8000:8000" volumes: - ..:/app - ../models/hf_cache:/app/models/hf_cache environment: - DEBUG=1 - HF_HOME=/app/models/hf_cache