oc-catalog/docker-compose.yml

16 lines
252 B
YAML
Raw Permalink Normal View History

2024-07-26 13:07:25 +02:00
version: '3.4'
services:
oc-catalog:
environment:
- MONGO_DATABASE=DC_myDC
2024-08-08 08:32:59 +02:00
image: 'oc-catalog:latest'
2024-07-26 13:07:25 +02:00
ports:
- 8087:8080
2024-08-08 08:32:59 +02:00
container_name: oc-catalog
2024-07-26 13:07:25 +02:00
networks:
- catalog
networks:
catalog:
external: true