Byparr/docker-compose.yaml
2024-07-24 20:38:23 +00:00

13 lines
232 B
YAML

services:
byparr:
image: thephaseless/byparr
build:
context: .
dockerfile: Dockerfile
environment:
- LOG_LEVEL=DEBUG
ports:
- "8191:8191"
volumes:
- ./screenshots:/app/screenshots