This commit is contained in:
mr
2024-09-23 14:27:28 +02:00
10 changed files with 68 additions and 831 deletions

View File

@@ -3,7 +3,9 @@ version: '3.4'
services:
oc-workflow:
environment:
- MONGO_DATABASE=DC_myDC
- _OCWORKFLOW_MONGO_DATABASE=DC_myDC
- _OCWORKFLOW_MONGO_URL=mongodb://mongo:27017
- _OCWORKFLOW_NATS_URL=nats://nats:4222
image: 'oc-workflow:latest'
ports:
- 8088:8080