Commit 2a1f0f5a authored by brent's avatar brent

modify ai-sys-mgr.yml

parent cbde43e3
File added
......@@ -4,9 +4,6 @@ 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:
......@@ -17,7 +14,9 @@ services:
ports:
- "8087:8087"
volumes:
- "/etc/localtime:/etc/localtime"
- ./conf/admin-backend/conf:/root/conf
- ./data/admin-backend/uploads:/root/uploads
networks:
- odysseus
......
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