apps:
  - name: 'fastify'
    script: 'dist/main.js'
    exec_mode: 'cluster'
    instances: 0
    max_memory_restart: '2G'
    watch: false
    autorestart: true
    error_file: "logs/err.log"
    out_file: "logs/out.log"
    merge_logs: true
    env:
      NODE_ENV: 'production'
