Environment Settings
Magellon is configured through a .env file in the Docker/ directory. Start from the example and edit in place:
cp .env.example .envCore paths
Section titled “Core paths”MAGELLON_HOME_PATH=/magellon/homeMAGELLON_GPFS_PATH=/magellon/gpfsMAGELLON_JOBS_PATH=/magellon/jobsThese map into each container at fixed mount points, so code inside the stack can assume /gpfs, /jobs, and the home directory without any per-deploy changes.
Common overrides
Section titled “Common overrides”- Database credentials — default to the bundled MySQL container; override only when pointing at an external database.
- Logging level — set per-service; quieter defaults ship in
.env.example. - GPU selection — the motion-correction plugin honours
CUDA_VISIBLE_DEVICESif you need to pin specific GPUs.