mirror of
https://github.com/aljazceru/signal-cli-rest-api.git
synced 2025-12-19 23:54:22 +01:00
Add healthcheck
This commit is contained in:
@@ -97,4 +97,5 @@ EXPOSE 8080
|
|||||||
|
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
|
|
||||||
|
HEALTHCHECK --interval=20s --timeout=10s --retries=3 \
|
||||||
|
CMD curl -f http://localhost:8080/v1/about || exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user