Added High Availability control and failovers for Orborus with SHUFFLE_ORBORUS_UUID. Requires shuffle 2.1.0 or higher

This commit is contained in:
Frikky
2025-06-16 19:20:05 +02:00
parent e72cfd2ed5
commit 7c15f58617
7 changed files with 284 additions and 269 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.23 as builder
FROM golang:1.24 as builder
WORKDIR /app