quickstarts/tutorials/workflow/python/combined-patterns/dapr.yaml

19 lines
450 B
YAML

version: 1
common:
resourcesPath: resources
apps:
- appID: order-workflow
appDirPath: workflow_app
appPort: 5260
daprHTTPPort: 3560
command: ["python3", "app.py"]
appLogDestination: fileAndConsole
daprdLogDestination: fileAndConsole
- appID: shipping
appDirPath: shipping_app
appPort: 5261
daprHTTPPort: 3561
command: ["python3", "app.py"]
appLogDestination: console
daprdLogDestination: console