oc-datacenter/docker-compose.yml

16 lines
261 B
YAML
Raw Permalink Normal View History

2024-08-13 11:17:09 +02:00
version: '3.4'
services:
oc-datacenter:
environment:
- MONGO_DATABASE=DC_myDC
image: 'oc-datacenter:latest'
ports:
2024-08-13 14:43:52 +02:00
- 8092:8080
2024-08-13 11:17:09 +02:00
container_name: oc-datacenter
networks:
- catalog
networks:
catalog:
external: true