Legg til build.sh, run.sh og .env.example

build.sh bygger imaget med build-dato og git-revisjon, run.sh starter
containeren idempotent (podman run --replace) med innstillinger fra .env.
compose.yaml leser nå samme .env. Alle variabler har standardverdier;
.env.example dokumenterer dem.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01JcEy43fNYpwg6K6oTKakWR
This commit is contained in:
Ole-Morten Duesund 2026-08-26 12:36:12 +02:00
commit 5f6fc252a7
6 changed files with 89 additions and 15 deletions

1
.gitignore vendored
View file

@ -7,3 +7,4 @@ data/
dist/
.playwright-mcp/
*.png
.env