|
|
@@ -1,7 +1,7 @@
|
|
|
version : '3.8'
|
|
|
services:
|
|
|
- ruoyi-nacos:
|
|
|
- container_name: ruoyi-nacos
|
|
|
+ launch-nacos:
|
|
|
+ container_name: launch-nacos
|
|
|
image: nacos/nacos-server
|
|
|
build:
|
|
|
context: ./nacos
|
|
|
@@ -15,9 +15,9 @@ services:
|
|
|
- "9848:9848"
|
|
|
- "9849:9849"
|
|
|
depends_on:
|
|
|
- - ruoyi-mysql
|
|
|
- ruoyi-mysql:
|
|
|
- container_name: ruoyi-mysql
|
|
|
+ - launch-mysql
|
|
|
+ launch-mysql:
|
|
|
+ container_name: launch-mysql
|
|
|
image: mysql:5.7
|
|
|
build:
|
|
|
context: ./mysql
|
|
|
@@ -38,103 +38,103 @@ services:
|
|
|
environment:
|
|
|
MYSQL_DATABASE: 'ry-cloud'
|
|
|
MYSQL_ROOT_PASSWORD: password
|
|
|
- ruoyi-redis:
|
|
|
- container_name: ruoyi-redis
|
|
|
+ launch-redis:
|
|
|
+ container_name: launch-redis
|
|
|
image: redis
|
|
|
build:
|
|
|
context: ./redis
|
|
|
ports:
|
|
|
- "6379:6379"
|
|
|
volumes:
|
|
|
- - ./redis/conf/redis.conf:/home/ruoyi/redis/redis.conf
|
|
|
+ - ./redis/conf/redis.conf:/home/launch/redis/redis.conf
|
|
|
- ./redis/data:/data
|
|
|
- command: redis-server /home/ruoyi/redis/redis.conf
|
|
|
- ruoyi-nginx:
|
|
|
- container_name: ruoyi-nginx
|
|
|
+ command: redis-server /home/launch/redis/redis.conf
|
|
|
+ launch-nginx:
|
|
|
+ container_name: launch-nginx
|
|
|
image: nginx
|
|
|
build:
|
|
|
context: ./nginx
|
|
|
ports:
|
|
|
- "80:80"
|
|
|
volumes:
|
|
|
- - ./nginx/html/dist:/home/ruoyi/projects/ruoyi-ui
|
|
|
+ - ./nginx/html/dist:/home/launch/projects/launch-ui
|
|
|
- ./nginx/conf/nginx.conf:/etc/nginx/nginx.conf
|
|
|
- ./nginx/logs:/var/log/nginx
|
|
|
- ./nginx/conf.d:/etc/nginx/conf.d
|
|
|
depends_on:
|
|
|
- - ruoyi-gateway
|
|
|
+ - launch-gateway
|
|
|
links:
|
|
|
- - ruoyi-gateway
|
|
|
- ruoyi-gateway:
|
|
|
- container_name: ruoyi-gateway
|
|
|
+ - launch-gateway
|
|
|
+ launch-gateway:
|
|
|
+ container_name: launch-gateway
|
|
|
build:
|
|
|
- context: ./ruoyi/gateway
|
|
|
+ context: ./launch/gateway
|
|
|
dockerfile: dockerfile
|
|
|
ports:
|
|
|
- "8080:8080"
|
|
|
depends_on:
|
|
|
- - ruoyi-redis
|
|
|
+ - launch-redis
|
|
|
links:
|
|
|
- - ruoyi-redis
|
|
|
- ruoyi-auth:
|
|
|
- container_name: ruoyi-auth
|
|
|
+ - launch-redis
|
|
|
+ launch-auth:
|
|
|
+ container_name: launch-auth
|
|
|
build:
|
|
|
- context: ./ruoyi/auth
|
|
|
+ context: ./launch/auth
|
|
|
dockerfile: dockerfile
|
|
|
ports:
|
|
|
- "9200:9200"
|
|
|
depends_on:
|
|
|
- - ruoyi-redis
|
|
|
+ - launch-redis
|
|
|
links:
|
|
|
- - ruoyi-redis
|
|
|
- ruoyi-modules-system:
|
|
|
- container_name: ruoyi-modules-system
|
|
|
+ - launch-redis
|
|
|
+ launch-modules-system:
|
|
|
+ container_name: launch-modules-system
|
|
|
build:
|
|
|
- context: ./ruoyi/modules/system
|
|
|
+ context: ./launch/modules/system
|
|
|
dockerfile: dockerfile
|
|
|
ports:
|
|
|
- "9201:9201"
|
|
|
depends_on:
|
|
|
- - ruoyi-redis
|
|
|
- - ruoyi-mysql
|
|
|
+ - launch-redis
|
|
|
+ - launch-mysql
|
|
|
links:
|
|
|
- - ruoyi-redis
|
|
|
- - ruoyi-mysql
|
|
|
- ruoyi-modules-gen:
|
|
|
- container_name: ruoyi-modules-gen
|
|
|
+ - launch-redis
|
|
|
+ - launch-mysql
|
|
|
+ launch-modules-gen:
|
|
|
+ container_name: launch-modules-gen
|
|
|
build:
|
|
|
- context: ./ruoyi/modules/gen
|
|
|
+ context: ./launch/modules/gen
|
|
|
dockerfile: dockerfile
|
|
|
ports:
|
|
|
- "9202:9202"
|
|
|
depends_on:
|
|
|
- - ruoyi-mysql
|
|
|
+ - launch-mysql
|
|
|
links:
|
|
|
- - ruoyi-mysql
|
|
|
- ruoyi-modules-job:
|
|
|
- container_name: ruoyi-modules-job
|
|
|
+ - launch-mysql
|
|
|
+ launch-modules-job:
|
|
|
+ container_name: launch-modules-job
|
|
|
build:
|
|
|
- context: ./ruoyi/modules/job
|
|
|
+ context: ./launch/modules/job
|
|
|
dockerfile: dockerfile
|
|
|
ports:
|
|
|
- "9203:9203"
|
|
|
depends_on:
|
|
|
- - ruoyi-mysql
|
|
|
+ - launch-mysql
|
|
|
links:
|
|
|
- - ruoyi-mysql
|
|
|
- ruoyi-modules-file:
|
|
|
- container_name: ruoyi-modules-file
|
|
|
+ - launch-mysql
|
|
|
+ launch-modules-file:
|
|
|
+ container_name: launch-modules-file
|
|
|
build:
|
|
|
- context: ./ruoyi/modules/file
|
|
|
+ context: ./launch/modules/file
|
|
|
dockerfile: dockerfile
|
|
|
ports:
|
|
|
- "9300:9300"
|
|
|
volumes:
|
|
|
- - ./ruoyi/uploadPath:/home/ruoyi/uploadPath
|
|
|
- ruoyi-visual-monitor:
|
|
|
- container_name: ruoyi-visual-monitor
|
|
|
+ - ./launch/uploadPath:/home/launch/uploadPath
|
|
|
+ launch-visual-monitor:
|
|
|
+ container_name: launch-visual-monitor
|
|
|
build:
|
|
|
- context: ./ruoyi/visual/monitor
|
|
|
+ context: ./launch/visual/monitor
|
|
|
dockerfile: dockerfile
|
|
|
ports:
|
|
|
- "9100:9100"
|