15 lines
244 B
YAML
15 lines
244 B
YAML
version: '3.4'
|
|
|
|
services:
|
|
oc-catalog:
|
|
build: .
|
|
container_name: oc-catalog
|
|
restart: always
|
|
environment:
|
|
- DOCKER_DCNAME=DC_myDC
|
|
depends_on:
|
|
- mongo
|
|
networks:
|
|
- catalog
|
|
ports:
|
|
- 49618:49618 |