No description
Find a file
tegwick 483a4dfd3b Add multi-stage Dockerfile for container deployment
Three-stage build:
- assets: Node 22 + Vite + Tailwind CSS 4 → static/dist/main.css
- python-deps: uv sync --frozen --no-dev against pyproject + uv.lock,
  with the issue-core path dependency satisfied via a BuildKit
  named context (--build-context issue-core=...)
- runtime: python:3.12-slim-bookworm + libpq5 + curl, non-root 'app'
  user, collectstatic at build time, gunicorn on :8000,
  /health/ HEALTHCHECK every 30s

Adds gunicorn>=22 to project dependencies (was missing).

Build:
  docker build --build-context issue-core=/home/worsch/issue-core \
    -t gitea.coulomb.social/coulomb/vergabe-teilnahme:<tag> .

Smoke-verified: container reports (healthy) and /health/ returns
{"status": "ok"} without a database connection.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-18 23:32:51 +02:00
.claude/rules Refresh agent instruction files 2026-05-18 16:55:54 +02:00
static Prototype implementation 2026-05-08 14:26:48 +02:00
vergabe_teilnahme Rewire issue tracker integration from issue-facade to issue-core 2026-05-18 22:33:28 +02:00
wiki Established workplans 2026-05-08 07:54:06 +02:00
workplans issue-facade integration 2026-05-14 11:30:30 +02:00
.custodian-brief.md chore(consistency): sync task status from DB [auto] 2026-05-16 06:10:43 +02:00
.dockerignore Add multi-stage Dockerfile for container deployment 2026-05-18 23:32:51 +02:00
.env.example Prototype implementation 2026-05-08 14:26:48 +02:00
.gitignore issue-facade integration 2026-05-14 11:30:30 +02:00
.python-version Prototype implementation 2026-05-08 14:26:48 +02:00
AGENTS.md Refresh agent instruction files 2026-05-18 16:55:54 +02:00
CLAUDE.md Refresh agent instruction files 2026-05-18 16:55:54 +02:00
conftest.py Prototype implementation 2026-05-08 14:26:48 +02:00
docker-compose.dev.yml Prototype implementation 2026-05-08 14:26:48 +02:00
docker-compose.test.yml Prototype implementation 2026-05-08 14:26:48 +02:00
Dockerfile Add multi-stage Dockerfile for container deployment 2026-05-18 23:32:51 +02:00
LICENSE Initial commit 2026-05-07 20:30:13 +00:00
Makefile chore(infra): port 9000, make help, db skip-check, Vite CSS fix 2026-05-13 00:18:34 +02:00
manage.py Prototype implementation 2026-05-08 14:26:48 +02:00
package-lock.json Prototype implementation 2026-05-08 14:26:48 +02:00
package.json Prototype implementation 2026-05-08 14:26:48 +02:00
pyproject.toml Add multi-stage Dockerfile for container deployment 2026-05-18 23:32:51 +02:00
README.md Initial commit 2026-05-07 20:30:13 +00:00
SCOPE.md Refresh agent instruction files 2026-05-18 16:55:54 +02:00
uv.lock Add multi-stage Dockerfile for container deployment 2026-05-18 23:32:51 +02:00
vite.config.js chore(infra): port 9000, make help, db skip-check, Vite CSS fix 2026-05-13 00:18:34 +02:00

repo-seed

A git repository template to bootstrap coulomb projects from.