我有一项服务,通过docker-compose运行gunicorn。枪鱼角开始的部分是.yml文件中的以下行:
my-service:
command: gunicorn my-service.wsgi:application --name=my-service --timeout=50 --workers=5 --bind=0.0.0.0:8080 --pythonpath=/my-service
我的想法是停止使用Gunicorn,然后继续使用bjoern。有人可以帮助我修改我的内容吗?
非常感谢您的关注。