mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2026-09-24 22:03:30 +01:00
13 lines
294 B
YAML
13 lines
294 B
YAML
services:
|
|
byparr:
|
|
image: ghcr.io/thephaseless/byparr:latest
|
|
restart: unless-stopped
|
|
# environment:
|
|
# LOG_LEVEL: debug
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
# Uncomment below to use byparr outside of internal network
|
|
# ports:
|
|
# - "8191:8191"
|