services: api: build: . container_name: ai_api ports: - "8000:8000" restart: unless-stopped