Commit 51e84989 by yangxiujun

fix:增加dispatch

1 parent 3851e530
Showing with 6 additions and 5 deletions
...@@ -23,13 +23,14 @@ services: ...@@ -23,13 +23,14 @@ services:
container_name: project-gateway container_name: project-gateway
ports: ports:
- 30010:30010 - 30010:30010
project-order: -
image: project-order project-dispatch:
image: project-dispatch
restart: always restart: always
build: build:
dockerfile: ./project-order/Dockerfile dockerfile: ./project-dispatch/Dockerfile
context: ../ context: ../
container_name: project-order container_name: project-dispatch
ports: ports:
- 8013:8013 - 8011:8011
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!