Byparr/docker-compose.yaml
2024-07-25 00:07:08 +00:00

13 lines
231 B
YAML

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