services: rag-api: build: . container_name: rag-api restart: unless-stopped environment: - OPENAI_API_KEY=${OPENAI_API_KEY} ports: - "9004:80"