Commit f81fd5b
fix: use direct environment variables in CI instead of file mounting
- Revert to simpler approach of passing env vars directly to Docker with -e flags
- Change DATABASE_URL from PostgreSQL to SQLite for faster CI
- Remove file mounting complexity that was causing env var loading issues
- This matches the original working pattern but with SQLite instead of PostgreSQL
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent e08567e commit f81fd5b
1 file changed
+12
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
26 | 37 | | |
27 | 38 | | |
0 commit comments