build: add signed package repository releases

This commit is contained in:
benya
2026-07-23 01:36:50 +03:00
parent a7ce37f1f8
commit 8da039f05c
13 changed files with 440 additions and 17 deletions
+8
View File
@@ -0,0 +1,8 @@
services:
rmm-server:
image: "${RMM_SERVER_IMAGE:-ghcr.io/benya9669/openwrt-rmm-server}:${RMM_RELEASE_VERSION:-latest}"
pull_policy: "${RMM_IMAGE_PULL_POLICY:-always}"
tunnel-ssh:
image: "${RMM_TUNNEL_IMAGE:-ghcr.io/benya9669/openwrt-rmm-tunnel}:${RMM_RELEASE_VERSION:-latest}"
pull_policy: "${RMM_IMAGE_PULL_POLICY:-always}"