Commit 8ee29b38 authored by luxq's avatar luxq

update docker compose

parent f93bdefb
......@@ -4,6 +4,9 @@ services:
admin-backend:
image: caduceus/ai-sys-mgr
container_name: admin-backend
environment:
#todo: setting service instance env.
- REGISTRY_SERVICE_INSTANCE="ip:8087"
entrypoint: /usr/bin/admin-backend
deploy:
restart_policy:
......
......@@ -4,6 +4,9 @@ services:
ai-api-mgr:
image: caduceus/ai-api-mgr:v0.0.4
container_name: ai-api-mgr
environment:
#todo: setting service instance env.
- REGISTRY_SERVICE_INSTANCE="ip:6061"
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
......
......@@ -4,6 +4,9 @@ services:
nodemanager:
image: caduceus/ai-node-mgr:v0.0.1
container_name: nodemanager
environment:
#todo: setting service instance env.
- REGISTRY_SERVICE_INSTANCE="ip:10001"
entrypoint: /usr/bin/manager --loglevel debug
deploy:
restart_policy:
......@@ -22,6 +25,9 @@ services:
scheduler:
image: caduceus/ai-scheduler:v0.0.1
container_name: scheduler
environment:
#todo: setting service instance env.
- REGISTRY_SERVICE_INSTANCE="ip:10002"
entrypoint: /usr/bin/scheduler --loglevel debug
deploy:
restart_policy:
......
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