TakcC / PHP-EPG-Docker-Server

用 php 实现的 EPG 服务端, Docker🐳 部署,带设置界面,支持 DIYP & 百川 、 超级直播 以及 xmltv 格式。
https://hub.docker.com/r/taksss/php-epg/
GNU General Public License v2.0
82 stars 27 forks source link

Can I get out of Docker? #8

Closed mxdabc closed 1 month ago

mxdabc commented 1 month ago

Hello👋, my project is https://github.com/mxdabc/epg/

When I saw your project today, I feel that it can be matched with mine, can I get out of the Docker environment and call the native MySQL and Nginx execution? The SQLite database has been measured, and the data volume will lock the database. If so, that's great, could you please attach your Apache config file?

I'll operate the rest.

TakcC commented 1 month ago

这个版本在php7.x版本上面也测试过了,可以直接部署运行。 我自己在Docker跟1panel面板部署的OpenResty+PHP默认配置上测试过,都能正常运行。 Apache的配置,可以在docker-entrypoint.sh找到。 数据库已经改成PDO连接,SQLite改MySQL稍微改一下就行。 核心代码不多,建议直接改写成Python。 你的项目比较庞大,我回头再看看能不能融合进去。

mxdabc commented 1 month ago

好的,回头我看看怎么操作。

于 2024年8月10日 GMT+08:00 上午2:49:51,Tak @.***> 写道:

这个版本在php7.x版本上面也测试过了,可以直接部署运行。 我自己在Docker跟1panel面板部署的OpenResty+PHP默认配置上测试过,都能正常运行。 Apache的配置,可以在docker-entrypoint.sh找到。 数据库已经改成PDO连接,SQLite改MySQL稍微改一下就行。 核心代码不多,建议直接改写成Python。 你的项目比较庞大,我回头再看看能不能融合进去。

-- Reply to this email directly or view it on GitHub: https://github.com/TakcC/PHP-EPG-Docker-Server/issues/8#issuecomment-2278545379 You are receiving this because you authored the thread.

Message ID: @.***> Form mxd's Android Phone.

mxdabc commented 1 month ago

已完成修改及合并