docker-compose.yml
file.
Services:
section near the top of the file. Then, under the nginx_proxy:
portion, add the following lines:
Keycloak:
section further down in the file. Then, under the environment:
portion, add 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
file.
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: