adding function on start up
All checks were successful
HAProxy Manager Build and Push / Build-and-Push (push) Successful in 39s

This commit is contained in:
jknapp 2025-02-21 06:00:37 -08:00
parent 0357a73770
commit c951103b3b

View File

@ -392,5 +392,6 @@ if __name__ == '__main__':
init_db()
certbot_register()
generate_self_signed_cert(SSL_CERTS_DIR)
start_haproxy()
certbot_register()
app.run(host='0.0.0.0', port=8000)