Byparr/docker-compose.yaml

13 lines
231 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:
2024-07-25 00:07:08 +00:00
- LOG_LEVEL=INFO
2024-07-24 17:51:01 +00:00
ports:
- "8191:8191"
2024-07-24 20:38:23 +00:00
volumes:
- ./screenshots:/app/screenshots