version: 1
apps:
- appID: order-processor
appDirPath: ./order-processor/
appPort: 6006
command: ["go", "run", "."]
- appID: checkout
appDirPath: ./checkout/