Commit 645aca91 authored by luxq's avatar luxq

Merge remote-tracking branch 'refs/remotes/origin/master'

parents da6fa873 906f0355
Pipeline #695 canceled with stages
......@@ -4,9 +4,9 @@ services:
ai-api-mgr:
image: caduceus/ai-api-mgr:v0.0.2
container_name: ai-api-mgr
entrypoint: sh -c 'ai-api-mgr --help'
entrypoint: sh -c 'ai-api-mgr -kafkaBroker=172.31.12.187:9092 -questAddr=172.31.12.187:9009 -callbackIpAddr=172.31.12.187:6001 -mysqlAddr=172.31.12.187 -mysqlDbName=ai -mysqlUser=ai -mysqlPassWd=RFnnKHRar5xk7TEF -redisPassWd=iH0g2CqzjI6SfercGwsT -redisAddr=172.31.12.187:6379'
ports:
- 6002:6001
- 6001:6001
#volumes:
# - /root/tmp:/tmp/
#entrypoint: sh -c 'echo "nebula" && go test -v -run TestNebulaServer ./rpc/grpc/ --timeout 0'
......
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