Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2025-12-09 08:03:49 +00:00
parent 3a67799173
commit 5d65de8614
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: ${CONTAINER_NAME}-backend
container_name: stream-rec-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: ${CONTAINER_NAME}
container_name: stream-rec
depends_on:
- stream-rec-backend
env_file: