From 4bc178b720dfded63af2898173fb7417241556e2 Mon Sep 17 00:00:00 2001 From: nessi Date: Thu, 12 Feb 2026 16:42:23 +0100 Subject: [PATCH] Update migration instructions in README Removed redundant migration step and clarified that migrations run automatically on backend container startup. Updated related sections for better clarity and consistency. --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 6d4b676..fa1e812 100644 --- a/README.md +++ b/README.md @@ -96,13 +96,7 @@ python -c "from cryptography.fernet import Fernet; print(Fernet.generate_key().d make up ``` -4. Run migrations: - -```bash -make migrate -``` - -5. Open the application: +4. Open the application: - Frontend: `http://:` - API base: `http://:/api/v1` @@ -119,9 +113,11 @@ Initial admin bootstrap user (created from `.env` if missing): make up # build and start all services make down # stop all services make logs # follow compose logs -make migrate # run alembic upgrade head in backend container +make migrate # optional/manual: run alembic upgrade head in backend container ``` +Note: Migrations run automatically when the backend container starts (`entrypoint.sh`). + ## Configuration Reference (`.env`) ### Application