mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2026-09-24 14:20:08 +01:00
- Migrate from daijro/camoufox==0.4.* to cloverlabs-camoufox==0.6.* (drop-in API: same import path, same kwargs) - Pin playwright>=1.58,<1.61 to prevent protocol error (Browser.setDefaultViewport viewport.isMobile incompatibility with camoufox bundled Firefox v135.0.1-beta.24; upstream daijro/camoufox#653) - Bump fastapi 0.136->0.139, pytest 9.0->9.1, pytest-asyncio 1.3->1.4 (absorbs Renovate PRs #360, #359, #357) - Remove dead deptry DEP002 pyautogui ignore (cloverlabs dropped pyautogui) - Add tini to Dockerfile base image and set as ENTRYPOINT PID 1 (fixes zombie/defunct Firefox subprocesses: [Socket Process], [RDD Process], [Utility Process] — verified: 21 zombies without tini, 0 zombies with tini after 5 POST /v1 requests) - Remove init: true from compose.yaml (tini makes it redundant) - Remove --init/init: true checkbox from bug report template Closes #339, #340, #360, #359, #357, #366
11 lines
250 B
YAML
11 lines
250 B
YAML
services:
|
|
byparr:
|
|
image: ghcr.io/thephaseless/byparr:latest
|
|
restart: unless-stopped
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
# Uncomment below to use byparr outside of internal network
|
|
# ports:
|
|
# - "8191:8191"
|