Workin service

This commit is contained in:
mr
2024-07-24 10:25:08 +02:00
parent 6b34be6508
commit c9410552a2
16 changed files with 1235 additions and 285 deletions

View File

@@ -1,10 +1,15 @@
version: '3.4'
services:
ocworkflow:
image: 'ocworkflow:latest'
oc-workflow:
environment:
- MONGO_DATABASE=DC_myDC
image: 'oc-workflow:latest'
ports:
- 8088:8080
container_name: ocworkflow
container_name: oc-workflow
networks:
- catalog
networks:
catalog: