Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
例如,在我的本地环境中,我想启动 MongoDB,但在 Heroku 上,不需要它。
与 Heroku 相比,我如何在本地环境中拥有一组不同的进程?
创建两个具有不同扩展名的 Procfile。
所以你会有
./Procfile 包含您希望它们用于 Heroku 的进程 ./Procfile.local 包含您在本地需要的进程
在本地启动工头时,您需要输入:foreman start -f Procfile.local