We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to deploy an app on prod using bjoern , right now I am using gunicorn supervisor for my app configuration and setting file is like
[program:hello_world] directory=/home/ubuntu/hello_world command=/home/ubuntu/venv/bin/gunicorn app:app -b localhost:8000 autostart=true autorestart=true stderr_logfile=/var/log/hello_world/hello_world.err.log stdout_logfile=/var/log/hello_world/hello_world.out.log
how can I configure bjoern using supervisor with auto restart on machine restart and logs maintaining
Sorry, something went wrong.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: