1
0
mirror of https://github.com/craigerl/aprsd.git synced 2026-06-03 06:34:39 -04:00

added healthcheck.sh

This commit is contained in:
2025-01-17 00:44:43 +00:00
parent 044ea4cc9a
commit 1054999568
2 changed files with 23 additions and 1 deletions
+1 -1
View File
@@ -86,4 +86,4 @@ CMD ["server"]
# USER appuser
HEALTHCHECK --interval=1m --timeout=12s --start-period=30s \
CMD aprsd healthcheck --config /config/aprsd.conf --loglevel DEBUG
CMD uv run aprsd healthcheck --config /config/aprsd.conf --loglevel DEBUG