feat: added control for multiple cores

This commit is contained in:
2026-04-27 00:53:54 +02:00
parent 0cd1e933f8
commit 54a3c90079
3 changed files with 12 additions and 0 deletions
+3
View File
@@ -8,6 +8,9 @@ services:
restart: unless-stopped
env_file:
- .env
# By default Docker exposes all host CPUs to the container.
# You can cap it here or set NPROC in .env to limit parallelism at the build level.
# cpus: '4'
volumes:
# Entire project mounted so the container can read/write state, artifacts,
# and the webkit2gtk / webkit2gtk-bin git repos.