docker-compose.yml
keycloak
key, uncomment this line:
.env
file
DOMAIN
to new FQDN, if applicable.NGINX_PROXY_PORT
to 443
.PROTOCOL
to https
/opt/anaconda/repo/config/nginx/conf.d/repo.conf
listen 8080;
to listen 8080 ssl;
.
listen 8080 ssl;
line:
tls.crt
and tls.key
, to the following directory:
docker-compose.yml
to apply the changes:
<BASE_INSTALL_DIR>/config/nginx/conf.d/repo.conf
, where <BASE_INSTALL_DIR>
is the installation directory: