1
0
Fork 0
1Panel-Appstore/apps/meting-api
pooneyy 7ff35caf28
🔧 chore(apps): set the pull policy for all services using fixed tag images
- add `pull_policy: always` to all service definitions across all docker-compose files
- ensure consistent image update behavior for all applications
- maintain existing network configurations and external network settings
- preserve all other service configurations and environment variables
2025-11-10 16:10:24 +08:00
..
latest 🔧 chore(apps): set the pull policy for all services using fixed tag images 2025-11-10 16:10:24 +08:00
README.md
data.yml feat(apps): add description field to all application data files 2025-11-06 22:24:44 +08:00
logo.png

README.md

Meting

简介

Meting 是一个开源的音乐 API 服务。

安装步骤

  1. 确保已经安装并配置好 Docker 和 1Panel。
  2. 按照提示填写相关配置参数并完成安装。
  3. 反向代理时添加如下内容
location /meting/ {
    proxy_pass http://localhost:3000/;
    proxy_set_header X-Forwarded-Host $scheme://$host:$server_port/meting;
}

升级

  • 目前没有升级脚本,直接重新部署最新版本即可。

卸载

  • 删除 Docker 容器和相关数据即可。

文档