Commit Graph

13 Commits

Author SHA1 Message Date
7d2816e3c4 Fix local Docker startup for workflow app 2026-03-21 13:03:05 -04:00
f8426c4dde fix: persist rust binary from cache mount for COPY command
The rust binary built with a cache mount wasn't available for COPY
because cache mounts are ephemeral. Copy the binary to a persistent
location within the same RUN command while the mount is accessible.
2026-03-17 22:17:03 -04:00
58061af006 feat(taxonomy): add rust sidecar compact surface pipeline 2026-03-12 15:23:10 -04:00
2f7933f4a3 Improve Coolify deploy build caching 2026-03-08 10:43:55 -04:00
d81a681905 feat: migrate task jobs to workflow notifications + timeline 2026-03-02 14:29:31 -05:00
d6895f185f Include maintenance scripts in runtime image 2026-03-01 19:58:32 -05:00
cff77ce193 Force local workflow world in Docker for Coolify builds 2026-02-26 20:47:32 -05:00
f2ac1c426e Migrate stack to SQLite and set Coolify defaults 2026-02-26 15:45:22 -05:00
fd8edb1f21 fix(docker): run pinned local migration binaries at startup 2026-02-25 23:02:17 -05:00
301e66f19f auto-run drizzle migrations on container startup 2026-02-24 22:47:28 -05:00
11eeafafef Migrate API to Elysia and switch runtime to Bun 2026-02-24 15:50:40 -05:00
fd168f607c upgrade dependencies and docker builds to npm latest 2026-02-24 11:20:18 -05:00
168c05cb71 flatten app to repo root and update docker deployment for single-stack runtime 2026-02-24 00:25:03 -05:00