main
|
Last change
on this file since 8151340 was 5a2cb69, checked in by roboburr <roboburr@…>, 3 months ago |
|
feat(self-host): Docker-image + compose + quickstart-README
Dockerfile (multi-stage node:20-bookworm → -slim): native better-sqlite3 +
gebundelde ffmpeg (ffmpeg-static) uit builder, cwebp uit Debian 'webp', draait
als non-root, healthcheck. docker-compose met persistent storage-volume.
README: zelf-host-quickstart (Docker + Node + Caddy-HTTPS + eerste-keer-setup).
Op de VPS gebouwd + getest: build OK, GET / 200, DB auto-migreert, ffmpeg+cwebp
aanwezig, healthcheck healthy. Distributie (publiceren) wacht op GitHub-stap.
Co-Authored-By: Claude <noreply@…>
|
-
Property mode
set to
100644
|
|
File size:
210 bytes
|
| Line | |
|---|
| 1 | # Build-context schoon houden — deze horen NIET in het image
|
|---|
| 2 | node_modules
|
|---|
| 3 | npm-debug.log*
|
|---|
| 4 | .git
|
|---|
| 5 | .gitignore
|
|---|
| 6 | .env
|
|---|
| 7 | .env.*
|
|---|
| 8 | !.env.example
|
|---|
| 9 | storage
|
|---|
| 10 | .beads
|
|---|
| 11 | test
|
|---|
| 12 | *.md
|
|---|
| 13 | Dockerfile
|
|---|
| 14 | docker-compose.yml
|
|---|
| 15 | .dockerignore
|
|---|
| 16 | .github
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.