Byparr/compose.yaml

12 lines
219 B
YAML
Raw Permalink Normal View History

2024-07-24 17:51:01 +00:00
services:
byparr:
2024-07-25 01:01:49 +00:00
image: ghcr.io/thephaseless/byparr
2024-07-24 17:51:01 +00:00
build:
context: .
dockerfile: Dockerfile
2024-07-24 20:38:23 +00:00
environment:
2024-07-25 00:07:08 +00:00
- LOG_LEVEL=INFO
2024-12-13 22:38:47 +00:00
- MAX_CHROME_LIFETIME=300
2024-07-24 17:51:01 +00:00
ports:
- "8191:8191"