init oc-workspace

This commit is contained in:
mr
2024-07-26 10:37:13 +02:00
commit 60c25b1352
32 changed files with 1639 additions and 0 deletions

16
docker-compose.yml Normal file
View File

@@ -0,0 +1,16 @@
version: '3.4'
services:
oc-workspace:
environment:
- MONGO_DATABASE=DC_myDC
image: 'oc-workspace:latest'
ports:
- 8089:8080
container_name: oc-workspace
networks:
- catalog
networks:
catalog:
external: true