Hi folks,
I am trying a fresh install but I have an external nginx that manage all my certificates. How can I disable the ssl/letsencrypt option on docker?
Hi folks,
I am trying a fresh install but I have an external nginx that manage all my certificates. How can I disable the ssl/letsencrypt option on docker?
Just to document the solution I found. In order to disable letsencrypt and ssl inside docker, just comment
templates:
- templates/postgres.template.yml
- templates/redis.template.yml
- templates/web.template.yml
# - templates/web.ratelimited.template.yml
# - templates/web.ssl.template.yml
# - templates/web.letsencrypt.ssl.template.yml
Welcome, josir, and thanks for sharing your solution! I’ll mark this as “Solved” but there will still be some time to reply if you run into anything else.