完善 Stream-Rec 配置

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
2025-02-06 11:36:02 +08:00
parent ec4ee256de
commit 4092b45571
3 changed files with 26 additions and 34 deletions
+7
View File
@@ -20,9 +20,13 @@ services:
- ${STREAM_REC_ROOT_PATH}/records:/opt/records
- ${STREAM_REC_ROOT_PATH}/download:/download
environment:
- TZ=Asia/Shanghai
- HTTPS_PROXY=${HTTP_PROXY}
- LOG_LEVEL=INFO
- DB_PATH=/opt/records
- DOWNLOAD_PATH=/download
- PGID=1000
- PUID=1000
stream-rec-frontend:
depends_on:
@@ -39,3 +43,6 @@ services:
env_file:
- ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env}
- ${ENV_FILE:-/etc/1panel/envs/default.env}
environment:
- TZ=Asia/Shanghai
- API_URL=http://stream-rec-backend:12555/api