Bump version, add builds, add setup
CI / lint (push) Failing after 42s
CI / test (push) Failing after 45s
Build edge-node / build (push) Failing after 1m42s

This commit is contained in:
Logan
2026-04-20 00:14:50 -04:00
parent 6ac05eff64
commit 01496ea9e7
9 changed files with 321 additions and 3 deletions
+3
View File
@@ -1,5 +1,6 @@
services:
icecast:
image: ${IMAGE_REGISTRY:-git.vpn.cusano.net}/${DOCKER_ORG:-}/${DOCKER_REPO:-}/icecast:latest
build: ./icecast
restart: unless-stopped
network_mode: host
@@ -8,6 +9,7 @@ services:
ICECAST_ADMIN_PASSWORD: ${ICECAST_ADMIN_PASSWORD:-admin}
op25:
image: ${IMAGE_REGISTRY:-git.vpn.cusano.net}/${DOCKER_ORG:-}/${DOCKER_REPO:-}/op25-client:stable
build: ./op25-container
restart: unless-stopped
privileged: true
@@ -24,6 +26,7 @@ services:
- icecast
edge-node:
image: ${IMAGE_REGISTRY:-git.vpn.cusano.net}/${DOCKER_ORG:-}/${DOCKER_REPO:-}/edge-node:latest
build: ./drb-edge-node
restart: unless-stopped
network_mode: host