bilhej/docker
Joakim Mörling a6a3084acd Parallelize check across Gradle subprojects for faster pre-commit.
Run :backend:check, frontend coverage, and :e2e:check as sibling tasks with
org.gradle.parallel=true. Move E2E Docker compose into an e2e subproject so
Playwright can start while unit tests run. Copy e2e/ in the E2E backend image
so settings.gradle resolves inside Docker.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-01 12:42:27 +02:00
..
backend.Dockerfile refactor: move Gradle wrapper to repo root, add convenience tasks 2026-05-01 18:40:18 +02:00
backend.e2e.Dockerfile Parallelize check across Gradle subprojects for faster pre-commit. 2026-06-01 12:42:27 +02:00
backend.prod.Dockerfile fix: correct COPY paths in backend.prod.Dockerfile 2026-05-20 11:48:29 +02:00
bilhej.nginx.conf feat: add production deploy pipeline and nginx config for bilhej.se 2026-05-19 21:21:36 +02:00
bilhej.nginx.http.conf Add phased nginx setup for bilhej.se TLS on srvr.nu. 2026-05-21 17:06:21 +02:00
entrypoint.sh feat: add Docker Compose setup with dev and prod configurations 2026-05-01 01:45:07 +02:00
frontend.Dockerfile feat: add Docker Compose setup with dev and prod configurations 2026-05-01 01:45:07 +02:00
frontend.e2e.Dockerfile fix: E2E pipeline — vite preview instead of nginx, ts build fixes 2026-05-19 18:53:52 +02:00
frontend.prod.Dockerfile Add production-only Umami analytics for bilhej.se. 2026-06-01 12:02:14 +02:00
nginx.conf feat: add Docker Compose setup with dev and prod configurations 2026-05-01 01:45:07 +02:00
playwright.e2e.Dockerfile feat: add isolated E2E browser test pipeline for Forgejo Actions 2026-05-19 18:07:12 +02:00