-
|
How do you enable a TLS connection? Is this something that can be added to the docker-compose.yml or provide an example in the docs? |
Beta Was this translation helpful? Give feedback.
Answered by
Noise85
Nov 23, 2025
Replies: 2 comments
-
|
You can handle it at ingres/reverse proxy layer |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
look for haproxy, apache2 modssl (or corrispective ngnix). use mkcerts to create local dev cetrificates. use certbot or similar to generate tld certs for you existing domain =) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
KtorZ
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
look for haproxy, apache2 modssl (or corrispective ngnix). use mkcerts to create local dev cetrificates. use certbot or similar to generate tld certs for you existing domain =)