Make backend configurable

This commit is contained in:
2025-03-07 15:53:11 +01:00
parent e0b685bfda
commit 7435e91b07
2 changed files with 44 additions and 17 deletions

View File

@@ -2,3 +2,9 @@ services:
followspot-psn:
build: .
network_mode: host
environment:
PSN_DEFAULT_UDP_PORT: 56565
PSN_DEFAULT_UDP_MCAST_ADDRESS: "236.10.10.10"
WEB_SERVER_PORT: 8000
OSC_SERVER_PORT: 9000
NUM_TRACKERS: 3