Skip to content

Commit 6f6fe70

Browse files
authored
Update docker-compose.yaml
updated multi-cluster-use
1 parent b4f59e9 commit 6f6fe70

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docker-compose.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ services:
1414
DXPORT: 8000 # Port of DXCluster upstream
1515
DXCALL: [my_call] # Login-Call for Cluster
1616
DXPASSWORD: [my_password] # Login-Passwort for Cluster (in most of all cases leave this blank!!
17+
# If CLUSTERS is filled / present, it overrides the above DX-Parameters. Please check carefully the JSON-Syntax here!
18+
CLUSTERS: '[{ "host": "dxfun.com", "port": 8000, "call":"[mycall]", "loginPrompt": "login" }, { "host": "cluster.sota.org.uk", "port": 7300, "call":"[mycall]", "loginPrompt": "login" }]'
1719
POTA_INTEGRATION: false # wether to poll POTA for spots
1820
POTA_POLLING_INTERVAL: 120 # polling interval for POTA in seconds
1921
ports:

0 commit comments

Comments
 (0)