Commit bc4c9af
Lasim
fix(backend): include drizzle migrations in Docker image
The Dockerfile was missing the drizzle/migrations directory, causing
fresh Docker installations to skip all database migrations. This left
the database without core tables (roles, queueJobs, globalSettings, etc.)
resulting in 500 errors on API requests.
Also fixes docker-compose.yml:
- Use 127.0.0.1 instead of localhost in healthcheck (IPv6 resolution issue)
- Add default for DEPLOYSTACK_ENCRYPTION_SECRET to suppress warning
- Remove obsolete version attribute
Closes #5461 parent 76b8328 commit bc4c9af
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments