Commit 10c3d2c8 authored by daidekun's avatar daidekun

移除fe的全局变量

parent 6c5042ff
version: '2' version: '2'
services: services:
app: merchant-backend:
image: 192.168.4.36/java/merchant-backend image: 192.168.4.36/java/merchant-backend
ports: ports:
- "8080:8080" - "8080:8080"
...@@ -27,10 +27,6 @@ services: ...@@ -27,10 +27,6 @@ services:
- back-tier - back-tier
fe: fe:
image: 192.168.4.36/ui/merchant-op-ui image: 192.168.4.36/ui/merchant-op-ui
environment:
- MERCHANT_BACKEND_HOST=app
- MERCHANT_BACKEND_PORT=7038
- MERCHANT_UI_PORT=7039
ports: ports:
- "7039:7039" - "7039:7039"
depends_on: depends_on:
......
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