services: lc_agent_server: build: context: . dockerfile: Dockerfile working_dir: /app environment: GOOGLE_APPLICATION_CREDENTIALS: /app/app/request.json DEBUG: 0 volumes: - ./app:/app/app - ./.env:/app/.env - ./db:/db - /etc/localtime:/etc/localtime:ro ports: - "10070:8000"