use docker library, organize code, trim logs to only relevant stuff, cut image size

This commit is contained in:
vmorganp
2021-10-16 03:55:45 -07:00
parent d97eb2021e
commit b46d048354
5 changed files with 1173 additions and 156 deletions

View File

@@ -9,6 +9,7 @@ services:
# - TIMEOUT=30 # OPTIONAL number of seconds to let container idle
# - RXHISTLENGTH=10 # OPTIONAL number of seconds to keep rx history, uptime is calculated as first item and last item from this and must have a gap of at least $MINPACKETTHRESH
# - MINPACKETTHRESH=10 # OPTIONAL number of packets that must be recieved to keepalive/start container
# - POLLRATE=1 # OPTIONAL number of packets that must be recieved to keepalive/start container
ports:
- 81:81
- 82:82