Commit f3e63bdf authored by Your Name's avatar Your Name

callback with internal ip addr

parent 1ea8b15d
......@@ -4,7 +4,7 @@ services:
ai-api-mgr:
image: caduceus/ai-api-mgr:v0.0.3
container_name: ai-api-mgr
entrypoint: sh -c 'ai-api-mgr -kafkaBroker=43.198.252.255:9092 -questAddr=43.198.252.255:9009 -callbackIpAddr=43.198.252.255:6001 -mysqlAddr=43.198.252.255 -mysqlDbName=ai -mysqlUser=ai -mysqlPassWd=RFnnKHRar5xk7TEF -redisPassWd=iH0g2CqzjI6SfercGwsT -redisAddr=43.198.252.255:6379'
entrypoint: sh -c 'ai-api-mgr -kafkaBroker=43.198.252.255:9092 -questAddr=43.198.252.255:9009 -callbackIpAddr=172.31.12.187:6001 -mysqlAddr=43.198.252.255 -mysqlDbName=ai -mysqlUser=ai -mysqlPassWd=RFnnKHRar5xk7TEF -redisPassWd=iH0g2CqzjI6SfercGwsT -redisAddr=43.198.252.255:6379'
ports:
- 6001:6001
# Kafka http://43.198.252.255:8080
......
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 to comment