Byparr/compose.yaml
2024-12-18 13:29:00 +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"