2019-07-11 11:17:02 +03:00
|
|
|
---
|
2019-06-17 10:22:53 +03:00
|
|
|
version: '2.4'
|
|
|
|
services:
|
|
|
|
monitor:
|
2020-02-04 08:16:27 +03:00
|
|
|
image: poanetwork/tokenbridge-monitor:latest
|
2019-06-17 10:22:53 +03:00
|
|
|
ports:
|
2019-09-13 10:11:38 +03:00
|
|
|
- "${MONITOR_PORT}:${MONITOR_PORT}"
|
2019-06-17 10:22:53 +03:00
|
|
|
env_file: ./.env
|
|
|
|
environment:
|
|
|
|
- NODE_ENV=production
|
2020-01-10 15:55:35 +03:00
|
|
|
volumes:
|
|
|
|
- ./responses:/mono/monitor/responses
|
2019-06-17 10:22:53 +03:00
|
|
|
restart: unless-stopped
|
2020-01-10 15:55:35 +03:00
|
|
|
entrypoint: "yarn start"
|