修改容器化的配置
This commit is contained in:
parent
93c6ad4747
commit
fbc58d11ad
|
|
@ -86,6 +86,8 @@ services:
|
||||||
build:
|
build:
|
||||||
context: ./ruoyi/gateway
|
context: ./ruoyi/gateway
|
||||||
dockerfile: dockerfile
|
dockerfile: dockerfile
|
||||||
|
environment:
|
||||||
|
- TZ=Asia/Shanghai
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
@ -98,6 +100,8 @@ services:
|
||||||
build:
|
build:
|
||||||
context: ./ruoyi/auth
|
context: ./ruoyi/auth
|
||||||
dockerfile: dockerfile
|
dockerfile: dockerfile
|
||||||
|
environment:
|
||||||
|
- TZ=Asia/Shanghai
|
||||||
ports:
|
ports:
|
||||||
- "9200:9200"
|
- "9200:9200"
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
@ -110,6 +114,8 @@ services:
|
||||||
build:
|
build:
|
||||||
context: ./ruoyi/modules/system
|
context: ./ruoyi/modules/system
|
||||||
dockerfile: dockerfile
|
dockerfile: dockerfile
|
||||||
|
environment:
|
||||||
|
- TZ=Asia/Shanghai
|
||||||
ports:
|
ports:
|
||||||
- "9201:9201"
|
- "9201:9201"
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
@ -124,6 +130,8 @@ services:
|
||||||
build:
|
build:
|
||||||
context: ./ruoyi/modules/gen
|
context: ./ruoyi/modules/gen
|
||||||
dockerfile: dockerfile
|
dockerfile: dockerfile
|
||||||
|
environment:
|
||||||
|
- TZ=Asia/Shanghai
|
||||||
ports:
|
ports:
|
||||||
- "9202:9202"
|
- "9202:9202"
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
@ -136,6 +144,8 @@ services:
|
||||||
build:
|
build:
|
||||||
context: ./ruoyi/modules/job
|
context: ./ruoyi/modules/job
|
||||||
dockerfile: dockerfile
|
dockerfile: dockerfile
|
||||||
|
environment:
|
||||||
|
- TZ=Asia/Shanghai
|
||||||
ports:
|
ports:
|
||||||
- "9203:9203"
|
- "9203:9203"
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
@ -148,6 +158,8 @@ services:
|
||||||
build:
|
build:
|
||||||
context: ./ruoyi/modules/file
|
context: ./ruoyi/modules/file
|
||||||
dockerfile: dockerfile
|
dockerfile: dockerfile
|
||||||
|
environment:
|
||||||
|
- TZ=Asia/Shanghai
|
||||||
ports:
|
ports:
|
||||||
- "9300:9300"
|
- "9300:9300"
|
||||||
volumes:
|
volumes:
|
||||||
|
|
@ -158,6 +170,8 @@ services:
|
||||||
build:
|
build:
|
||||||
context: ./ruoyi/visual/monitor
|
context: ./ruoyi/visual/monitor
|
||||||
dockerfile: dockerfile
|
dockerfile: dockerfile
|
||||||
|
environment:
|
||||||
|
- TZ=Asia/Shanghai
|
||||||
ports:
|
ports:
|
||||||
- "9100:9100"
|
- "9100:9100"
|
||||||
tuoheng-modules-approval:
|
tuoheng-modules-approval:
|
||||||
|
|
@ -166,6 +180,8 @@ services:
|
||||||
build:
|
build:
|
||||||
context: ./ruoyi/modules/approval
|
context: ./ruoyi/modules/approval
|
||||||
dockerfile: dockerfile
|
dockerfile: dockerfile
|
||||||
|
environment:
|
||||||
|
- TZ=Asia/Shanghai
|
||||||
ports:
|
ports:
|
||||||
- "9204:9201"
|
- "9204:9201"
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
@ -180,6 +196,8 @@ services:
|
||||||
build:
|
build:
|
||||||
context: ./ruoyi/modules/device
|
context: ./ruoyi/modules/device
|
||||||
dockerfile: dockerfile
|
dockerfile: dockerfile
|
||||||
|
environment:
|
||||||
|
- TZ=Asia/Shanghai
|
||||||
ports:
|
ports:
|
||||||
- "9205:9201"
|
- "9205:9201"
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
@ -194,6 +212,8 @@ services:
|
||||||
build:
|
build:
|
||||||
context: ./ruoyi/modules/airline
|
context: ./ruoyi/modules/airline
|
||||||
dockerfile: dockerfile
|
dockerfile: dockerfile
|
||||||
|
environment:
|
||||||
|
- TZ=Asia/Shanghai
|
||||||
ports:
|
ports:
|
||||||
- "9206:9201"
|
- "9206:9201"
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
@ -208,6 +228,8 @@ services:
|
||||||
build:
|
build:
|
||||||
context: ./ruoyi/modules/task
|
context: ./ruoyi/modules/task
|
||||||
dockerfile: dockerfile
|
dockerfile: dockerfile
|
||||||
|
environment:
|
||||||
|
- TZ=Asia/Shanghai
|
||||||
ports:
|
ports:
|
||||||
- "9207:9201"
|
- "9207:9201"
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
@ -222,6 +244,8 @@ services:
|
||||||
build:
|
build:
|
||||||
context: ./ruoyi/modules/fms
|
context: ./ruoyi/modules/fms
|
||||||
dockerfile: dockerfile
|
dockerfile: dockerfile
|
||||||
|
environment:
|
||||||
|
- TZ=Asia/Shanghai
|
||||||
ports:
|
ports:
|
||||||
- "9208:9201"
|
- "9208:9201"
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
@ -236,6 +260,8 @@ services:
|
||||||
build:
|
build:
|
||||||
context: ./ruoyi/modules/media
|
context: ./ruoyi/modules/media
|
||||||
dockerfile: dockerfile
|
dockerfile: dockerfile
|
||||||
|
environment:
|
||||||
|
- TZ=Asia/Shanghai
|
||||||
ports:
|
ports:
|
||||||
- "9209:9201"
|
- "9209:9201"
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue