Files
rmm-openwrt/compose.release.yaml
T

9 lines
347 B
YAML

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}"