Pre Merge pull request !361 from tzengshinfu/master

pull/361/MERGE
tzengshinfu 1 year ago committed by Gitee
commit 08f50fbdee
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

5
docker/.gitignore vendored

@ -0,0 +1,5 @@
/mysql/data
/mysql/logs
/nacos/logs
/nginx/logs
/redis/data

@ -2,7 +2,6 @@ version : '3.8'
services:
ruoyi-nacos:
container_name: ruoyi-nacos
image: nacos/nacos-server
build:
context: ./nacos
environment:
@ -18,7 +17,6 @@ services:
- ruoyi-mysql
ruoyi-mysql:
container_name: ruoyi-mysql
image: mysql:5.7
build:
context: ./mysql
ports:
@ -40,7 +38,6 @@ services:
MYSQL_ROOT_PASSWORD: password
ruoyi-redis:
container_name: ruoyi-redis
image: redis
build:
context: ./redis
ports:
@ -51,7 +48,6 @@ services:
command: redis-server /home/ruoyi/redis/redis.conf
ruoyi-nginx:
container_name: ruoyi-nginx
image: nginx
build:
context: ./nginx
ports:

Loading…
Cancel
Save