Commit ea1c823e by Avi Junowicz

last docker-compose for server 29

parent 883339c4
Showing with 10 additions and 2 deletions
......@@ -10,10 +10,11 @@ ui-api:
-Dredis.host=172.16.1.29#\
-Dredis.port=6379#\
-DconfigFile.location=/opt/mcx/config#\
-Dmcz.files.location=/opt/mcx#\
-Dmcz.files.location=/opt/mcz#\
-Dpush.server.url=172.16.1.29:50000#\
-Drcs.send.message.url=http://172.16.1.29:8060/srg/chat/v1/standalone/sendmessage#\
-Duse.schedular=true
-Duse.schedular=true#\
-Dconfig.public.address=62.90.235.105:8429#\
-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=9080"
# env_file:
# - ./common-resin.env
......@@ -28,6 +29,8 @@ ui-api:
# example for remote fluentd agent
log_opt:
fluentd-address: 172.16.1.29:24224
volumes:
- "/opt/mcz/user_images:/opt/mcz/user_images"
# fluentd-tag: ui-api
public-safety:
environment:
......@@ -63,6 +66,11 @@ push-server:
log_driver: fluentd
### UI-WEB (NGINX + WEB)
ui-web:
environment:
OTP_SERVER: "172.16.1.29:8081"
KIBANA_SERVER: "62.90.235.105:8522"
CAMERA_STREAM: "172.16.1.141:81"
CAMERA_API: "172.16.1.140:9090"
image: 172.16.1.212:5050/mcx/ui-web
ports:
- "80:80"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment