docker-compose.yml
and .env
files.
ls -la
command to view the contents of your current working directory.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:
repo.conf
file will look like when correctly configured:
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:
<FQDN>/auth/admin
and log in.HTTP
to HTTPS
or updating your FQDN
will alter the file path to your channel’s packages. You must rebuild your channel index to correct the file path. If you do not, you will be unable to successfully download packages after migrating.