Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2025-02-06 06:27:32 +00:00
parent 2b396081ab
commit 998d7c988d
6 changed files with 49 additions and 50 deletions
@@ -8,9 +8,13 @@ services:
- ./envs/global.env
- .env
environment:
- TZ=Asia/Shanghai
- HTTPS_PROXY=${HTTP_PROXY}
- LOG_LEVEL=INFO
- DB_PATH=/opt/records
- DOWNLOAD_PATH=/download
- PGID=1000
- PUID=1000
image: streamrec/stream-rec:v0.7.2
labels:
createdBy: Apps
@@ -29,6 +33,9 @@ services:
env_file:
- ./envs/global.env
- .env
environment:
- TZ=Asia/Shanghai
- API_URL=http://stream-rec-backend:12555/api
image: streamrec/stream-rec-front:v0.7.2
labels:
createdBy: Apps