Commit 928b180c by Avi Junowicz

docker composer for all components with public-safety enabled

parent aeaf116c
Showing with 11 additions and 11 deletions
......@@ -28,17 +28,17 @@ ui-api:
log_opt:
fluentd-address: 172.16.1.29:24224
# fluentd-tag: ui-api
#public-safety:
# environment:
# IPG_ENV_PARAMS: "-Dds.IpAddress=172.16.1.29:8080#\
# -Dredis.host=172.16.1.29#\
# -Dinflux.hostport=172.16.1.29:8086"
public-safety:
environment:
IPG_ENV_PARAMS: "-Dds.IpAddress=172.16.1.29:8080#\
-Dredis.host=172.16.1.29#\
-Dinflux.hostport=172.16.1.29:8086"
## USE_DEBUG: yes
# image: 172.16.1.212:5050/mcx/public-safety
# ports:
# - "8100:8000"
# - "50005:50005"
# log_driver: fluentd
image: 172.16.1.212:5050/mcx/public-safety
ports:
- "8100:8000"
- "50005:50005"
log_driver: fluentd
### DATA-LOGIC ###
data-logic:
environment:
......@@ -70,7 +70,7 @@ ui-web:
links:
- ui-api
- srg
# - public-safety
- public-safety
### SRG + COMM-LOGIC
comm-logic:
environment:
......
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