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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user