services: lc_agent_server: build: context: . dockerfile: Dockerfile working_dir: /app environment: GOOGLE_APPLICATION_CREDENTIALS: /app/request.json volumes: - ./app:/app/app - ./.env:/app/.env ports: - "10070:8000"