mirror of
https://github.com/PlayEdu/docker-compose.git
synced 2025-06-14 04:06:58 +08:00
Compare commits
No commits in common. "main" and "v1.3" have entirely different histories.
@ -4,7 +4,7 @@
|
||||
|
||||
此项目提供 `docker-compose` 一键运行 `PlayEdu` 。提供一下软件环境:
|
||||
|
||||
- PlayEdu v1.6
|
||||
- PlayEdu v1.3
|
||||
- MySQL 5.7.42
|
||||
- Redis 7.0.2
|
||||
- MinIO - 由 bitnami 封装的 MinIO 发行版本
|
||||
@ -16,7 +16,7 @@
|
||||
#### 第一步、克隆本仓库
|
||||
|
||||
```
|
||||
git clone -b 1.6 https://github.com/PlayEdu/docker-compose.git playedu-docker-compose
|
||||
git clone https://github.com/PlayEdu/docker-compose.git playedu-docker-compose
|
||||
```
|
||||
|
||||
#### 第二步、构建镜像
|
||||
|
2
data/minio/.gitignore
vendored
2
data/minio/.gitignore
vendored
@ -1,2 +0,0 @@
|
||||
*
|
||||
!.gitignore
|
@ -24,7 +24,7 @@ volumes:
|
||||
|
||||
services:
|
||||
playedu:
|
||||
image: registry.cn-hangzhou.aliyuncs.com/playedu/light:1.6
|
||||
image: registry.cn-hangzhou.aliyuncs.com/playedu/light:1.3
|
||||
restart: always
|
||||
volumes:
|
||||
- ./data/logs/nginx:/var/log/nginx
|
||||
@ -37,8 +37,6 @@ 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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user