arr inits

This commit is contained in:
Aaron Pierson
2026-03-08 16:44:58 -05:00
parent 9f9780182a
commit 7e8e012417
8 changed files with 112 additions and 0 deletions

11
Byparr/compose.yml Normal file
View File

@@ -0,0 +1,11 @@
services:
byparr:
image: ghcr.io/thephaseless/byparr:latest
restart: unless-stopped
init: true
build:
context: .
dockerfile: Dockerfile
# Uncomment below to use byparr outside of internal network
# ports:
# - "8191:8191"