Skip to main content

All Questions

Tagged with
3 votes
1 answer
389 views

What would be the best way to have multiple docker containers running on one server with https?

So currently I have an Python Flask application. It is a basic script with different webhooks. For each new webhook I want to add I would need a different Docker container. So since I will be ...
Danny O's user avatar
  • 33
0 votes
1 answer
247 views

Nginx docker HTTPS connection

nginx.conf: user nginx; worker_processes auto; pid /tmp/nginx.pid; # turn off daemon mode to be watched by supervisord daemon off; pcre_jit on; error_log /var/log/nginx/error.log warn; # events ...
Danny O's user avatar
  • 33