Byparr/compose.yaml

13 lines
279 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
volumes:
- ./screenshots:/app/screenshots # For screenshots when exception occurs
2024-07-24 17:51:01 +00:00
ports:
- "8191:8191"