version : '3' services: kptEvent: container_name: kpt_event_http restart: always image: xuyiping/kpt-event-http:latest environment: APP_ENVIRONMENT: test # 注意需要修改对应的环境 test dev production KPT_EVENT_WORK_DIR: . ports: - "8000:8000" volumes: - /var/logger:/bin/logger