20 lines
455 B
YAML
20 lines
455 B
YAML
services:
|
|
dispatcher:
|
|
image: git.cheetah.cat/smartpager/dispatcher:latest
|
|
environment:
|
|
NODE_ENV: production
|
|
volumes:
|
|
- ../dispatcher/config.json:/usr/src/app/config.json
|
|
ports:
|
|
- 3000:3000
|
|
- 3001:3001
|
|
msg_wbi_dwd:
|
|
build:
|
|
context: .
|
|
environment:
|
|
NODE_ENV: production
|
|
DISPATCHER: "dispatcher:3000"
|
|
volumes:
|
|
- ./config.json:/usr/src/app/config.json
|
|
ports:
|
|
- 3100:3100
|