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