Skip to content

Docker Setup

import { Steps } from ‘@astrojs/starlight/components’;

  1. Install Docker Desktop and verify with docker --version.

  2. Clone the repo and enter the Docker/ directory.

    Terminal window
    git clone https://github.com/sstagg/Magellon.git
    cd Magellon/Docker
  3. Copy and edit .env — see Environment Settings.

  4. Start the stack.

    Terminal window
    bash start.sh

    The first run pulls and initialises every container; subsequent starts use the cached images.