oc-workflow/docker-compose.yml

18 lines
365 B
YAML
Raw Normal View History

2024-07-11 11:40:11 +02:00
version: '3.4'
services:
2024-07-24 10:25:08 +02:00
oc-workflow:
environment:
- _OCWORKFLOW_MONGO_DATABASE=DC_myDC
- _OCWORKFLOW_MONGO_URL=mongodb://mongo:27017
- _OCWORKFLOW_NATS_URL=nats://nats:4222
2024-07-24 10:25:08 +02:00
image: 'oc-workflow:latest'
2024-07-11 11:40:11 +02:00
ports:
- 8088:8080
2024-07-24 10:25:08 +02:00
container_name: oc-workflow
networks:
- catalog
2024-07-11 11:40:11 +02:00
2024-07-24 10:25:08 +02:00
networks:
2024-07-30 10:08:36 +02:00
catalog:
external: true