adding function on start up
All checks were successful
HAProxy Manager Build and Push / Build-and-Push (push) Successful in 39s
All checks were successful
HAProxy Manager Build and Push / Build-and-Push (push) Successful in 39s
This commit is contained in:
parent
0357a73770
commit
c951103b3b
@ -392,5 +392,6 @@ if __name__ == '__main__':
|
|||||||
init_db()
|
init_db()
|
||||||
certbot_register()
|
certbot_register()
|
||||||
generate_self_signed_cert(SSL_CERTS_DIR)
|
generate_self_signed_cert(SSL_CERTS_DIR)
|
||||||
|
start_haproxy()
|
||||||
|
certbot_register()
|
||||||
app.run(host='0.0.0.0', port=8000)
|
app.run(host='0.0.0.0', port=8000)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user