feat: add docker-compose configuration for byparr service
This commit is contained in:
parent
a601fd3516
commit
afdc3588d4
21
nodes/heimdall/byparr/compose.yaml
Normal file
21
nodes/heimdall/byparr/compose.yaml
Normal file
@ -0,0 +1,21 @@
|
||||
services:
|
||||
byparr:
|
||||
image: ghcr.io/thephaseless/byparr:latest
|
||||
container_name: byparr
|
||||
restart: unless-stopped
|
||||
init: true
|
||||
ports:
|
||||
- "8191:8191"
|
||||
environment:
|
||||
- HOST=0.0.0.0
|
||||
- PORT=8191
|
||||
# Optional proxy settings (uncomment and configure if needed)
|
||||
# - PROXY_SERVER=protocol://host:port
|
||||
# - PROXY_USERNAME=username
|
||||
# - PROXY_PASSWORD=password
|
||||
networks:
|
||||
- proxy-net
|
||||
|
||||
networks:
|
||||
proxy-net:
|
||||
external: true
|
||||
Loading…
x
Reference in New Issue
Block a user