Commit 8829de65 authored by daidekun's avatar daidekun

fix

parent 153ace69
......@@ -12,6 +12,7 @@ services:
- rabbitmq
environment:
- SYSTEM_NAME=merchant-backend
- SYSTEM_PORT=7038
- REDIS_MASTER_HOST=redis
- DB_PORT_3306_TCP_ADDR=db
- DB_PORT_3306_TCP_PORT=3306
......@@ -24,6 +25,11 @@ services:
networks:
- front-tier
- back-tier
fe:
image: 192.168.4.36/ui/merchant-op-ui
environment:
- MERCHANT_BACKEND_HOST=app
- MERCHANT_BACKEND_PORT=7038
db:
image: 192.168.4.36/baseimg/mysql:5.6
environment:
......
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