|
@@ -68,7 +68,7 @@ services:
|
|
|
ruoyi-gateway:
|
|
|
container_name: ruoyi-gateway
|
|
|
build:
|
|
|
- context: ./ruoyi/gateway
|
|
|
+ context: server/gateway
|
|
|
dockerfile: dockerfile
|
|
|
ports:
|
|
|
- "8080:8080"
|
|
@@ -79,7 +79,7 @@ services:
|
|
|
ruoyi-auth:
|
|
|
container_name: ruoyi-auth
|
|
|
build:
|
|
|
- context: ./ruoyi/auth
|
|
|
+ context: server/auth
|
|
|
dockerfile: dockerfile
|
|
|
ports:
|
|
|
- "9200:9200"
|
|
@@ -90,7 +90,7 @@ services:
|
|
|
ruoyi-modules-system:
|
|
|
container_name: ruoyi-modules-system
|
|
|
build:
|
|
|
- context: ./ruoyi/modules/system
|
|
|
+ context: server/system
|
|
|
dockerfile: dockerfile
|
|
|
ports:
|
|
|
- "9201:9201"
|
|
@@ -103,7 +103,7 @@ services:
|
|
|
ruoyi-modules-gen:
|
|
|
container_name: ruoyi-modules-gen
|
|
|
build:
|
|
|
- context: ./ruoyi/modules/gen
|
|
|
+ context: server/gen
|
|
|
dockerfile: dockerfile
|
|
|
ports:
|
|
|
- "9202:9202"
|
|
@@ -114,7 +114,7 @@ services:
|
|
|
ruoyi-modules-job:
|
|
|
container_name: ruoyi-modules-job
|
|
|
build:
|
|
|
- context: ./ruoyi/modules/job
|
|
|
+ context: server/job
|
|
|
dockerfile: dockerfile
|
|
|
ports:
|
|
|
- "9203:9203"
|
|
@@ -125,7 +125,7 @@ services:
|
|
|
ruoyi-modules-file:
|
|
|
container_name: ruoyi-modules-file
|
|
|
build:
|
|
|
- context: ./ruoyi/modules/file
|
|
|
+ context: server/file
|
|
|
dockerfile: dockerfile
|
|
|
ports:
|
|
|
- "9300:9300"
|
|
@@ -134,7 +134,7 @@ services:
|
|
|
ruoyi-visual-monitor:
|
|
|
container_name: ruoyi-visual-monitor
|
|
|
build:
|
|
|
- context: ./ruoyi/visual/monitor
|
|
|
+ context: server/visual/monitor
|
|
|
dockerfile: dockerfile
|
|
|
ports:
|
|
|
- "9100:9100"
|