Docker Setup
import { Steps } from ‘@astrojs/starlight/components’;
-
Install Docker Desktop and verify with
docker --version. -
Clone the repo and enter the
Docker/directory.Terminal window git clone https://github.com/sstagg/Magellon.gitcd Magellon/Docker -
Copy and edit
.env— see Environment Settings. -
Start the stack.
Terminal window bash start.shThe first run pulls and initialises every container; subsequent starts use the cached images.