Documentation · Getting started
Configuration
Locate runtime files, edit .env.production, and understand what the launcher rewrites, preserves, or reconciles when you Start after customising.
Where the files live
Defaults are under the OS user config directory at ligandx-launcher/runtime, containing .env.production, docker-compose.yml, and optional license data. Launcher preferences live in config.json beside that runtime folder.
Edit .env.production
Customise login, image pins, ORCA path, Boltz MSA credentials, ports, bind address, and worker concurrency on disk. Compose reads only .env.production. Launcher Settings covers concurrency and optional Pro paths.
Custom .env.production on Start
Starting again does not wipe your edits. Secrets and most settings are only filled when still placeholders. The launcher always resets NEXT_PUBLIC_API_URL and CORS_ORIGINS, may move conflicting ports, may lower oversized resource limits, and reconciles Postgres/RabbitMQ volume passwords with .env.production.
Advanced options
Relocate the runtime with LIGANDX_RUNTIME_DIR, or use Change services in the launcher to adjust modules after the first install.