mirror of
https://github.com/PlayEdu/docker-compose.git
synced 2025-06-05 00:04:15 +08:00
v1.1
This commit is contained in:
parent
3496d68e23
commit
052f585c8f
@ -1,6 +1,7 @@
|
||||
################# PlayEdu ###################
|
||||
PLAYEDU_API_PORT=9700
|
||||
PLAYEDU_PC_PORT=9800
|
||||
PLAYEDU_H5_PORT=9801
|
||||
PLAYEDU_ADMIN_PORT=9900
|
||||
PLAYEDU_JWT_KEY=playeduxyz
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
此项目提供 docker-compose 一键运行 PlayEdu 。提供一下软件环境:
|
||||
|
||||
- PlayEdu v1.0-beta.7
|
||||
- PlayEdu v1.1
|
||||
- MySQL 5.7.42
|
||||
- Redis 7.0.2
|
||||
- MinIO - 由 bitnami 封装的 MinIO 发行版本
|
||||
@ -72,5 +72,6 @@ docker-compose up -d playedu
|
||||
| -------------- | -------------------------- | ------------------- | ---------- |
|
||||
| API 服务 | `http://你的服务器IP:9700` | - | - |
|
||||
| PC 学员端口 | `http://你的服务器IP:9800` | - | - |
|
||||
| H5 学员端口 | `http://你的服务器IP:9801` | - | - |
|
||||
| 后台管理端口 | `http://你的服务器IP:9900` | `admin@playedu.xyz` | `playedu` |
|
||||
| MinIO 管理端口 | `http://你的服务器IP:9002` | `username` | `password` |
|
||||
|
@ -25,7 +25,7 @@ volumes:
|
||||
services:
|
||||
### PlayEdu ################################################
|
||||
playedu:
|
||||
image: registry.cn-hangzhou.aliyuncs.com/playedu/light:1.0-beta.7.1
|
||||
image: registry.cn-hangzhou.aliyuncs.com/playedu/light:1.1
|
||||
restart: always
|
||||
volumes:
|
||||
- ./data/logs/nginx:/var/log/nginx
|
||||
@ -42,6 +42,7 @@ services:
|
||||
ports:
|
||||
- "${PLAYEDU_API_PORT:-9700}:80"
|
||||
- "${PLAYEDU_PC_PORT:-9800}:9800"
|
||||
- "${PLAYEDU_H5_PORT:-9801}:9801"
|
||||
- "${PLAYEDU_ADMIN_PORT:-9900}:9900"
|
||||
networks:
|
||||
- backend
|
||||
|
Loading…
x
Reference in New Issue
Block a user