Byparr/docker-compose.yaml

14 lines
252 B
YAML
Raw Normal View History

2024-07-24 17:51:01 +00:00
services:
byparr:
image: thephaseless/byparr
build:
context: .
dockerfile: Dockerfile
2024-07-24 20:38:23 +00:00
environment:
- LOG_LEVEL=DEBUG
2024-07-24 17:51:01 +00:00
ports:
- "8191:8191"
2024-07-24 23:00:15 +00:00
- "6080:6080"
2024-07-24 20:38:23 +00:00
volumes:
- ./screenshots:/app/screenshots