This commit is contained in:
none 2023-07-13 21:43:18 +08:00
parent e99b0e2cd0
commit 1d5677b159
2 changed files with 13 additions and 13 deletions

View File

@ -63,15 +63,15 @@ docker-compose up -d playedu
| `AccessKey` | `username` |
| `SecretKey` | `password` |
| `Bucket` | `playedu` |
| `Endpoint` | `http://你的服务器IP:9000` |
| `Domain` | `http://你的服务器IP:9000` |
| `Endpoint` | `http://你的服务器IP:9002` |
| `Domain` | `http://你的服务器IP:9002` |
### 链接
| 平台 | 地址 | 默认账号 | 密码 |
| -------------- | -------------------------- | ------------------- | ---------- |
| 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` |
| 平台 | 地址 | 默认账号 | 密码 |
| -------------- | --------------------------- | ------------------- | ---------- |
| API 服务 | `http://你的服务器IP:9700` | - | - |
| PC 学员端口 | `http://你的服务器IP:9800` | - | - |
| H5 学员端口 | `http://你的服务器IP:9801` | - | - |
| 后台管理端口 | `http://你的服务器IP:9900` | `admin@playedu.xyz` | `playedu` |
| MinIO 管理端口 | `http://你的服务器IP:50002` | `username` | `password` |

View File

@ -59,7 +59,7 @@ services:
volumes:
- ./data/redis:/data
ports:
- "${REDIS_PORT:-6379}:6379"
- "${REDIS_PORT:-16379}:6379"
networks:
- backend
logging: *default-logging
@ -75,7 +75,7 @@ services:
volumes:
- ./data/mysql:/var/lib/mysql
ports:
- "${MYSQL_PORT:-3306}:3306"
- "${MYSQL_PORT:-33063}:3306"
networks:
- backend
logging: *default-logging
@ -91,8 +91,8 @@ services:
volumes:
- ./data/minio/data:/data
ports:
- "${MINIO_PORT:-9000}:9000"
- "${MINIO_CONSOLE_PORT:-9001}:9001"
- "${MINIO_PORT:-9002}:9000"
- "${MINIO_CONSOLE_PORT:-50002}:9001"
networks:
- backend
logging: *default-logging