install.sh
), and the docker-compose.yml
file, which define how the Anaconda Server services are run.
By default, /opt/anaconda/repo
is the default file path for the installation folder. You can either create the folder manually by assigning write access to the current user, or use the -b
(--base-install-dir
) parameter to specify the folder for your installation.
CONTAINER_ENGINE
to podman
by running the following command:
podman-compose
into usr/bin/
by running the following command:
<INSTALLER>_repo_api_1
<INSTALLER>_nginx_proxy_1
<INSTALLER>_repo_worker_1
<INSTALLER>_repo_dispatcher_1
<INSTALLER>_proxy_1
<INSTALLER>_keycloak_1
<INSTALLER>_postgres_1
<INSTALLER>_redis_1
docker-compose.yml
and .env
files.Arguments (shorthand) | Arguments (longhand) | Description |
---|---|---|
-r DOCKER_REGISTRY | --registry DOCKER_REGISTRY | Docker registry, url:port (default uses the system Docker daemon) |
-h POSTGRES_HOST | --pg-host POSTGRES_HOST | Postgresql host (default is on internal Postgres instance) |
-p POSTRES_PORT | --pg-port POSTRES_PORT | Postgresql port |
-u POSTGRES_USER | --pg-user POSTGRES_USER | Postgresql user |
-pw POSTGRES_PASSWORD | --pg-password POSTGRES_PASSWORD | Postgresql password (will set the internal Postgres instance password) |
-e REDIS_URL | --redis REDIS_URL | Redis URL (default is an internal Redis instance) |
-d DOMAIN | --domain DOMAIN | External domain (or IP) of host system |
-c TLS_CERTIFICATE | --tls-cert | Path to TLS certification file for optionally configuring HTTPS |
-k TLS_KEY | --tls-key TLS_KEY | Path to TLS key file for optionally configuring HTTPS |
--default-user DEFAULT_USER | Default user name | |
--custom-ca-cert CA_CERTIFICATE | Path to custom CA certification, which should be respected | |
--custom-cve-source CVE_DEFAULT_MIRROR | For Airgaped environments provide a custom source for CVE data | |
--upgrade-from PREVIOUS_DIR | Previous install folder | |
-l | --no-image-load | Don’t load Docker images |
-y | --no-prompt | Answer yes to all prompts |
-- help | Print help text |