mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2025-03-15 09:50:20 +08:00
14 lines
252 B
YAML
14 lines
252 B
YAML
services:
|
|
byparr:
|
|
image: thephaseless/byparr
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
environment:
|
|
- LOG_LEVEL=DEBUG
|
|
ports:
|
|
- "8191:8191"
|
|
- "6080:6080"
|
|
volumes:
|
|
- ./screenshots:/app/screenshots
|