mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2025-03-15 09:50:20 +08:00
13 lines
231 B
YAML
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
|