fuge_global:
  run_containers: true
  tail: true
  monitor: true
  monitor_excludes: true
service_1:
  type: 12
  path: ./service_1
  env_file: ./s1.env
  run: node index.js --eval ${NODE_ENV} ${UNDEFINED_VAR}
  ports:
    - main=8080
    - debug=${DEBUG_PORT}
  environment:
    - wibble=bibble

