mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2026-09-24 22:03:30 +01:00
27 lines
838 B
YAML
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
|