fix: self-hosting UX improvements — setup script, env validation, doc fixes

- Add setup.sh interactive script for guided .env configuration
- Add env var validation and placeholder detection to docker-entrypoint.sh
- Fix migration count (52 → 63) in SELF-HOSTING.md
- Align Docker image name to ghcr.io/erp-mafia/gnubok in docker-compose.yml
- Update README and SELF-HOSTING.md to reference setup.sh

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jakob Wennberg
2026-03-07 15:07:58 +01:00
co-authored by Claude Opus 4.6
parent b0de46790a
commit e93f5e06d5
5 changed files with 124 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
services:
app:
image: ghcr.io/erp-mafia/erp-base:latest
image: ghcr.io/erp-mafia/gnubok:latest
env_file: .env
ports:
- "${PORT:-3000}:3000"