Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2025-12-09 05:52:22 +00:00
parent 2e59cb9ff9
commit b4d3c05aa7
550 changed files with 642 additions and 642 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ networks:
external: true
services:
stream-rec-backend:
container_name: stream-rec-backend
container_name: ${CONTAINER_NAME}-backend
env_file:
- ./envs/global.env
- .env
@@ -28,7 +28,7 @@ services:
- ${STREAM_REC_ROOT_PATH}/rclone:/root/.config/rclone
- ${STREAM_REC_ROOT_PATH}/download:/download
stream-rec-frontend:
container_name: stream-rec
container_name: ${CONTAINER_NAME}
depends_on:
- stream-rec-backend
env_file: