70bc8fd26ba6c7d8bac38d0f58e3321013eb83ec
The dev stack shares one stack.env across all services via env_file, so BookStack inherited Plane's DATABASE_URL (postgresql://...@postgres_plane). Laravel prioritizes DATABASE_URL over the individual DB_* vars, so BookStack connected to Plane's Postgres and 500'd with "could not find driver" (the LSIO image ships pdo_mysql, not pdo_pgsql). Pin DATABASE_URL to BookStack's own MariaDB DSN in its environment block. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
homelabstack
Languages
Python
54.5%
Shell
18.5%
PowerShell
16%
JavaScript
5.5%
HTML
4.7%
Other
0.7%