mirror of
https://github.com/ShaYmez/hblink3.git
synced 2024-11-24 00:38:45 -05:00
71c285d50d
Fix port ranges ahh!
21 lines
709 B
YAML
Executable File
21 lines
709 B
YAML
Executable File
version: '2.4'
|
|
services:
|
|
hblink3:
|
|
container_name: hblink
|
|
volumes:
|
|
- '/etc/hblink3/hblink.cfg:/opt/hblink3/hblink.cfg'
|
|
- '/var/log/hblink/hblink.log:/opt/hblink3/hblink.log'
|
|
- '/etc/hblink3/rules.py:/opt/hblink3/rules.py'
|
|
- '/etc/hblink3/json/:/opt/hblink3/json/'
|
|
ports:
|
|
# Master Ports (99 Masters)
|
|
- '54000-54099:54000-54099/udp'
|
|
# MMDVM & OBP Ports
|
|
- '62030-62050:62030-62050/udp'
|
|
# TCP Port for HBmonitor
|
|
- '4321:4321/tcp'
|
|
image: 'shaymez/hblink3:latest'
|
|
restart: "unless-stopped"
|
|
environment:
|
|
- 'PARROT_ENABLE=1'
|