1
0
mirror of https://github.com/craigerl/aprsd.git synced 2026-06-01 13:45:06 -04:00

Updated Healthcheck to use rpc to call aprsd

After adding the rpc service for aprsd server and separating the
admin web REST interface, healthcheck no longer worked.   The stats
are available via rpc now.
This commit is contained in:
2022-12-31 16:31:40 -05:00
parent 79e7ed1e91
commit c5acdba6de
7 changed files with 200 additions and 172 deletions
+1 -1
View File
@@ -53,4 +53,4 @@ ADD bin/run.sh /usr/local/bin
ENTRYPOINT ["/usr/local/bin/run.sh"]
HEALTHCHECK --interval=5m --timeout=12s --start-period=30s \
CMD aprsd healthcheck --config /config/aprsd.conf --url http://localhost:8001/stats
CMD aprsd healthcheck --config /config/aprsd.conf