Mentioned PM2 Support to run the app in the background and on boot.
pull/78/head
vzns 2021-02-05 18:31:14 +01:00
rodzic 7868203264
commit f56e0b94a7
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7DF2CD11394B933C
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -65,6 +65,7 @@ I am running my own TradingView Webhook Service. No setup and hosting required.
- Your webhook url would be `http://<YOUR-IP>/webhook`
1. If you use a firewall be sure to open the corresponding port
1. Run the bot with `python main.py`
1. [PM2](https://github.com/vsnz/TradingView-Webhook-Bot/issues/28#issuecomment-766301062) can help you in running the app in the background / on system boot.
*It is recommended to run flask on a different port like 8080. It is then necessary to forward port 80 to 8080.*