add ffmepg-server of Streaming and transcoding

This commit is contained in:
翔 程 2025-03-25 20:15:49 +08:00
parent cb0b7e13b6
commit f7fd0a3fe6
4 changed files with 58 additions and 1 deletions

1
NSMusicS-AI/README.md Normal file
View File

@ -0,0 +1 @@
# NSMusicS-AI

View File

@ -0,0 +1 @@
# NSMusicS-Flutter

View File

@ -114,4 +114,58 @@ services:
# 数据卷定义
volumes:
library:
dbdata:
dbdata:
#version: "3.8"
#
#services:
# frontend:
# image: nsmusics
# container_name: ${APP_CONTAINER_NAME}
# restart: unless-stopped
# env_file: .env
# environment:
# - NGINX_PORT=${APP_PORT}
# - BACKEND_SERVICE=${WEB_CONTAINER_NAME}:${SERVER_PORT}
# ports:
# - "${APP_PORT}:${APP_PORT}"
# volumes:
# - ./.env:/app/.env
# depends_on:
# - backend
# - mongodb
#
# backend:
# image: nsmusics-go
# container_name: ${WEB_CONTAINER_NAME}
# restart: unless-stopped
# env_file: .env
# ports:
# - "${SERVER_PORT}:${SERVER_PORT}"
# volumes:
# - ./.env:/app/.env
# - "library:/data/library"
# depends_on:
# - mongodb
#
# mongodb:
# image: mongo:6.0
# container_name: ${MONGO_CONTAINER_NAME}
# restart: unless-stopped
# env_file: .env
# environment:
# - MONGO_INITDB_ROOT_USERNAME=${DB_USER}
# - MONGO_INITDB_ROOT_PASSWORD=${DB_PASS}
# ports:
# - "${DB_PORT}:27017"
# volumes:
# - dbdata:/data/db
# healthcheck:
# test: echo 'db.runCommand("ping").ok' | mongosh --quiet -u $${MONGO_INITDB_ROOT_USERNAME} -p $${MONGO_INITDB_ROOT_PASSWORD} --authenticationDatabase admin | grep 1
# interval: 10s
# timeout: 5s
# retries: 5
#
#volumes:
# library:
# dbdata:

View File

@ -0,0 +1 @@
# NSMusicS-MPV-DLNA