kleros/kleros-v2

View on GitHub
services/bots/base/bot-pm2.yml

Summary

Maintainability
Test Coverage
version: '3.3'    
services:
  bot-pm2:
    extends:
      file: bot.yml
      service: bot
    entrypoint: [
        "/bin/sh",
        "-c",
        "pm2-runtime ecosystem.config.js --no-auto-exit"
      ]