mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2025-03-15 01:40:21 +08:00
11 lines
187 B
YAML
11 lines
187 B
YAML
services:
|
|
byparr:
|
|
image: ghcr.io/thephaseless/byparr
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
environment:
|
|
- LOG_LEVEL=INFO
|
|
ports:
|
|
- "8191:8191"
|