oc-workflow/docker-compose.yml

18 lines
365 B
YAML

version: '3.4'
services:
oc-workflow:
environment:
- _OCWORKFLOW_MONGO_DATABASE=DC_myDC
- _OCWORKFLOW_MONGO_URL=mongodb://mongo:27017
- _OCWORKFLOW_NATS_URL=nats://nats:4222
image: 'oc-workflow:latest'
ports:
- 8088:8080
container_name: oc-workflow
networks:
- catalog
networks:
catalog:
external: true