Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
deploy
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Odysseus
deploy
Commits
645aca91
Commit
645aca91
authored
Feb 02, 2024
by
luxq
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'refs/remotes/origin/master'
parents
da6fa873
906f0355
Pipeline
#695
canceled with stages
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docker-compose-api.yml
docker-compose-api.yml
+2
-2
No files found.
docker-compose-api.yml
View file @
645aca91
...
@@ -4,9 +4,9 @@ services:
...
@@ -4,9 +4,9 @@ services:
ai-api-mgr
:
ai-api-mgr
:
image
:
caduceus/ai-api-mgr:v0.0.2
image
:
caduceus/ai-api-mgr:v0.0.2
container_name
:
ai-api-mgr
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
:
ports
:
-
600
2
:6001
-
600
1
:6001
#volumes:
#volumes:
# - /root/tmp:/tmp/
# - /root/tmp:/tmp/
#entrypoint: sh -c 'echo "nebula" && go test -v -run TestNebulaServer ./rpc/grpc/ --timeout 0'
#entrypoint: sh -c 'echo "nebula" && go test -v -run TestNebulaServer ./rpc/grpc/ --timeout 0'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment