If you wish to change your domain—for instance, if you accepted the default domain temporarily until you knew the correct domain—then you need to make the change in Anaconda Server and Keycloak for the change to truly take effect.
To update the domain in Anaconda Server, you need to update the domain environment variable:
Make a copy of the old .env file for reference and/or recovery purposes:
Copy
Ask AI
cp .env .env.old
Open the .env file, located in the same directory as the docker-compose.yml file.
Update the <DOMAIN> variable to your new domain.
If you have existing clients (tools) configured to use the Anaconda Server instance using the old DNS name, you will need to update those clients as well.