Byparr/docker-compose.yaml
2024-12-13 22:38:47 +00:00

12 lines
219 B
YAML

services:
byparr:
image: ghcr.io/thephaseless/byparr
build:
context: .
dockerfile: Dockerfile
environment:
- LOG_LEVEL=INFO
- MAX_CHROME_LIFETIME=300
ports:
- "8191:8191"