Code files

This commit is contained in:
Akhil
2017-07-31 11:33:31 +05:30
parent 073a63ebdd
commit b9ae409ec0
801 changed files with 17535 additions and 0 deletions
@@ -0,0 +1,35 @@
fuge_global:
dns_enabled: true
dns_host: 127.0.0.1
dns_port: 53053
dns_suffix: svc.cluster.local
dns_namespace: micro
tail: true
monitor: true
monitor_excludes:
- '**/node_modules/**'
- '**/.git/**'
- '*.log'
adderservice:
type: process
path: ../adderservice
run: node index.js
ports:
- main=8080
webapp:
type: process
path: ../webapp
run: npm start
ports:
- main=3000
auditservice:
type: process
path: ../auditservice
run: 'node index.js'
ports:
- main=8081
mongo:
image: mongo
type: container
ports:
- main=27017:27017