fuge_global:
  run_containers: false
  dns_enabled: true
  dns_host: 127.0.0.1
  dns_port: 53053
  dns_suffix: svc.cluster.local
  dns_namespace: pkg
  dns_external:
    - "mydb.example.internal IN A 192.168.1.1"
    - "_main._mydb.example.internal IN SRV 0 5 5060 mydb.example.internal"
  tail: true
  monitor: true
  monitor_excludes: 
    - '**/node_modules/**'
    - '**/.git/**'
    - '**/.log'
  environment:
   - "BOOTSTRAP_ENV=qa-a"
   - BOOTSTRAP_DC=nw
   - "CACHE_STRATEGY=redis"
   - LOG_LEVEL=debug
frontend:
  delay_start: 5
  type: process
  path: ./frontend
  build: 'sh build.sh'
  test: 'npm test'
  run: 'npm start'
  environment:
    - ONE=TWO
    - THREE="BASE64STRING=="
  host: bibble
  ports:
    - main=3000
    - tcp=3001
