Initial commit

This commit is contained in:
2026-04-27 00:24:14 +02:00
commit 5a87cf8995
9 changed files with 590 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
services:
builder:
build:
context: .
dockerfile: Dockerfile
image: webkit2gtk-builder
container_name: webkit2gtk-builder
restart: unless-stopped
env_file:
- .env
volumes:
# Entire project mounted so the container can read/write state, artifacts,
# and the webkit2gtk / webkit2gtk-bin git repos.
- .:/workspace
# AUR SSH private key (path set in .env via AUR_SSH_KEY_PATH)
- ${AUR_SSH_KEY_PATH}:/run/secrets/aur_id_rsa:ro
# No ports needed this is a pure background worker.
# Logs are available via: docker compose logs -f