Files
Byparr/compose.yaml
T
2025-05-18 23:22:19 +02:00

27 lines
838 B
YAML

services:
byparr:
image: ghcr.io/thephaseless/byparr:latest
restart: unless-stopped
shm_size: 2gb
build:
context: .
dockerfile: Dockerfile
# # Uncomment below to use pproxy
# environment:
# - PROXY=http://pproxy:8080
volumes:
- ./screenshots:/app/screenshots # (optional) For screenshots when exception occurs
# # Uncomment below to use byparr outside of internal network
# ports:
# - "8191:8191"
# # Uncomment the following lines to enable pproxy for socks5 proxy
# pproxy:
# tty: true # Required for pproxy to work
# container_name: pproxy
# restart: unless-stopped
# image: mosajjal/pproxy:latest
# command:
# - -vv
# - -l http://:8080
# - -r socks5://host:port#username:password # Fill in your proxy credentials and address