Fix database source
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
MERMS_PORT=3000
|
MERMS_PORT=3000
|
||||||
MERMS_POSTGRE_URL='postgresql://merms_panel:merms_panel@10.20.30.60:5432/merms_panel'
|
MERMS_POSTGRE_URL='postgresql://merms_panel:merms_panel@10.13.3.60:5432/merms_panel'
|
||||||
WRENCHJOB_KAFKA_BROKER01='10.10.10.120:9092'
|
WRENCHJOB_KAFKA_BROKER01='10.10.10.120:9092'
|
||||||
SOCKET_URL='https://socket.mermsemr.com'
|
SOCKET_URL='https://socket.mermsemr.com'
|
||||||
# SOCKET_URL="10.10.10.13:5005"
|
# SOCKET_URL="10.10.10.13:5005"
|
||||||
|
|||||||
@@ -0,0 +1,23 @@
|
|||||||
|
# version: '3'
|
||||||
|
services:
|
||||||
|
merms-event-manager:
|
||||||
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
restart: unless-stopped
|
||||||
|
# image: registry.chiefsoft.net/flutterwave-transfer-micro:latest
|
||||||
|
volumes:
|
||||||
|
- ./:/app
|
||||||
|
- '/app/node_modules'
|
||||||
|
ports:
|
||||||
|
- 5006:3000
|
||||||
|
extra_hosts:
|
||||||
|
- api.mermsemr.com:10.10.33.15
|
||||||
|
- devapi.mermsemr.com:10.10.33.15
|
||||||
|
- devsocket.mermsemr.com:10.10.33.15
|
||||||
|
- socket.mermsemr.com:10.10.33.15
|
||||||
|
environment:
|
||||||
|
- PORT=${MERMS_PORT}
|
||||||
|
- POSTGRE_URL=${MERMS_POSTGRE_URL}
|
||||||
|
volumes:
|
||||||
|
src:
|
||||||
Reference in New Issue
Block a user