p0ise / wine-novnc-docker

一个 Docker 镜像项目,允许在浏览器中通过 noVNC 访问 Linux 虚拟桌面运行 Windows 应用程序。集成了 Wine、VNC 和 noVNC,并通过 Supervisor 管理多服务进程。
MIT License
2 stars 1 forks source link

feat(supervisor): modularize supervisor configuration #2

Closed p0ise closed 3 weeks ago

p0ise commented 3 weeks ago

Modularized supervisor configuration by separating each service into individual files under supervisor/conf.d/. This improves maintainability and makes it easier to manage each service configuration independently.

Changes:

Testing: