Step 5 — Start the app with Docker Compose
From the ai-notes-xyz-api folder, run:
docker compose up -d --build
The first build is slow. Docker clones the client and API from GitHub, then builds them. It does not use other folders on your computer.
To stop later:
docker compose down
Screenshot
Step 5 — add later: /img/selfhost/local-server-by-docker/05-docker-compose-up.png
Back: Step 4