fuge_global:
  run_containers: false
  tail: true
  monitor: true
  monitor_excludes:
    - '**/node_modules/**'
    - '**/.git/**'
    - '*.log'
  auto_generate_environment: true
runme:
  type: process
  path: ../fromfile
  run: node service.js
  ports:
    - main=8000
