I built it via the project compose UI like so (image below):
- i put this on the HOST network and it runs
- it has errors in the log but stays running - this is because my ROON is on my macvlan network so the two apps never find each other…
here is the text - doesnt always format correctly here in this forum (still beats typing it all):
version: ‘3.3’
services:
rheos:
container_name: zroonhrc_rheos_test
image: rheos/roon-extension-rheos:test
network_mode: “host”
ports:
- ‘1255:1255’
- ‘1256:1256’
volumes:
- /volume1/docker/roon_rheos_extension_label_test/rheos:/home/node/rheos:rw
- /volume1/docker/roon_rheos_extension_label_test/node:/home/node/:rw
- ${pwd}/volume1/docker/roon_rheos_extension_label_test/config.json:/home/node/config.json:rw
restart: 'unless-stopped'
pull_policy: always
environment:
- TZ=America/Phoenix
- PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
- NODE_VERSION=19.2.0
- YARN_VERSION=1.22.19
mem_limit: 4096m