16 lines
246 B
YAML
16 lines
246 B
YAML
version: '3.4'
|
|
|
|
services:
|
|
oc-peers:
|
|
environment:
|
|
- MONGO_DATABASE=DC_myDC
|
|
image: 'oc-peers:latest'
|
|
ports:
|
|
- 8093:8080
|
|
container_name: oc-peers
|
|
networks:
|
|
- catalog
|
|
|
|
networks:
|
|
catalog:
|
|
external: true |