Commit 1141a3c8 by amir

no ip configuration

parent b961eaaa
...@@ -7,8 +7,8 @@ services: ...@@ -7,8 +7,8 @@ services:
-Dds.ip.address=ds#\ -Dds.ip.address=ds#\
-Dds.ip=ds:50050#\ -Dds.ip=ds:50050#\
-Dsrg.sip.hostport=srg:5076#\ -Dsrg.sip.hostport=srg:5076#\
-Dmcweb.sip.ip=178.62.63.127:5060#\ -Dmcweb.sip.ip=ui-api:5060#\
-Dmcweb.ip=178.62.63.127:8011#\ -Dmcweb.ip=commetoo.com.com#\
-Dredis.host=redis#\ -Dredis.host=redis#\
-Dredis.port=6379#\ -Dredis.port=6379#\
-DconfigFile.location=/opt/mcx/config#\ -DconfigFile.location=/opt/mcx/config#\
...@@ -28,6 +28,8 @@ services: ...@@ -28,6 +28,8 @@ services:
- "/opt/mcz/user_images:/opt/mcz/user_images" - "/opt/mcz/user_images:/opt/mcz/user_images"
networks: networks:
- backend - backend
depends_on:
- srg
# log_driver: fluentd # log_driver: fluentd
# example for remote fluentd agent # example for remote fluentd agent
# log_opt: # log_opt:
...@@ -128,7 +130,7 @@ services: ...@@ -128,7 +130,7 @@ services:
IPG_ENV_PARAMS: "-Dds.ip=ds:50050#\ IPG_ENV_PARAMS: "-Dds.ip=ds:50050#\
-Dredis.host=redis#\ -Dredis.host=redis#\
-Dsrg.sip.hostport=srg:5076#\ -Dsrg.sip.hostport=srg:5076#\
-Dexternal.host.port=municipalitybank.com:5076#\ -Dexternal.host.port=commetoo.com:5076#\
-Drcs.send.message.url=http://srg:8060/srg/chat/v1/standalone/sendmessage#\ -Drcs.send.message.url=http://srg:8060/srg/chat/v1/standalone/sendmessage#\
-Dpush.server.bulk=20#\ -Dpush.server.bulk=20#\
-Dpush.server.url=push-server:50000#\ -Dpush.server.url=push-server:50000#\
...@@ -143,7 +145,7 @@ services: ...@@ -143,7 +145,7 @@ services:
# log_driver: fluentd # log_driver: fluentd
srg: srg:
environment: environment:
IPSIPStack_HostName: 178.62.63.127 IPSIPStack_HostName: srg
IPSIPStack_InternalHostNameComSrv: 0.0.0.0 IPSIPStack_InternalHostNameComSrv: 0.0.0.0
IPSIPStack_NumOfPorts: 1 IPSIPStack_NumOfPorts: 1
IPSIPStack_Port1Number: 5076 IPSIPStack_Port1Number: 5076
...@@ -151,8 +153,8 @@ services: ...@@ -151,8 +153,8 @@ services:
IPSIPStack_UseWebSocket: Y IPSIPStack_UseWebSocket: Y
IPSIPStack_WebSocketServerPortNumber: 7681 IPSIPStack_WebSocketServerPortNumber: 7681
SessCntrl_RegisterPortNumber: 5076 SessCntrl_RegisterPortNumber: 5076
SIPC_MyHostName: 178.62.63.127:8080 SIPC_MyHostName: srg:8080
SIPC_MCServicesServerHost: http://178.62.63.127:50030/CommLogic/api/ SIPC_MCServicesServerHost: http://comm-logic:50030/CommLogic/api/
# extra_hosts: # extra_hosts:
# - "pcscf.open-ims.test:0.0.0.0" # - "pcscf.open-ims.test:0.0.0.0"
# - "scscf.open-ims.test:172.16.1.244" # - "scscf.open-ims.test:172.16.1.244"
......
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