init oc-catalog
This commit is contained in:
16
docker-compose.yml
Normal file
16
docker-compose.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
version: '3.4'
|
||||
|
||||
services:
|
||||
oc-catalog:
|
||||
environment:
|
||||
- MONGO_DATABASE=DC_myDC
|
||||
image: 'oc-catalog-v2:latest'
|
||||
ports:
|
||||
- 8087:8080
|
||||
container_name: oc-catalog-v2
|
||||
networks:
|
||||
- catalog
|
||||
|
||||
networks:
|
||||
catalog:
|
||||
external: true
|
||||
Reference in New Issue
Block a user