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,19 @@
fuge_global:
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