Compare commits

...

7 Commits
v1.3 ... main

Author SHA1 Message Date
xxx
582fc53a5f 1.6 2024-02-20 15:47:14 +08:00
xxx
da5af54d2c 1.5.2 2023-11-20 11:05:34 +08:00
xxx
b14d1dd351 fixed: typo 2023-11-18 12:50:09 +08:00
xxx
d08d9cb74e 1.5.1 2023-11-17 13:39:48 +08:00
xxx
d1463c6fe8 update 2023-11-15 16:00:27 +08:00
xxx
4add691e38 v1.4 2023-09-27 11:20:12 +08:00
xxx
1e767304e6 v1.4 2023-09-26 21:25:28 +08:00
3 changed files with 7 additions and 3 deletions

View File

@ -4,7 +4,7 @@
此项目提供 `docker-compose` 一键运行 `PlayEdu` 。提供一下软件环境:
- PlayEdu v1.3
- PlayEdu v1.6
- MySQL 5.7.42
- Redis 7.0.2
- MinIO - 由 bitnami 封装的 MinIO 发行版本
@ -16,7 +16,7 @@
#### 第一步、克隆本仓库
```
git clone https://github.com/PlayEdu/docker-compose.git playedu-docker-compose
git clone -b 1.6 https://github.com/PlayEdu/docker-compose.git playedu-docker-compose
```
#### 第二步、构建镜像

2
data/minio/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*
!.gitignore

View File

@ -24,7 +24,7 @@ volumes:
services:
playedu:
image: registry.cn-hangzhou.aliyuncs.com/playedu/light:1.3
image: registry.cn-hangzhou.aliyuncs.com/playedu/light:1.6
restart: always
volumes:
- ./data/logs/nginx:/var/log/nginx
@ -37,6 +37,8 @@ services:
- REDIS_HOST=redis
- REDIS_PASS=playeduxyz
- REDIS_PORT=6379
- REDIS_DB=2
- SA_TOKEN_IS_CONCURRENT=false
- SA_TOKEN_JWT_SECRET_KEY=${PLAYEDU_JWT_KEY:-playeduxyz}
ports:
- "${PLAYEDU_API_PORT:-9700}:80"