mirror of
https://github.com/aljazceru/signal-cli-rest-api.git
synced 2025-12-20 16:14:29 +01:00
Merge pull request #57 from x-jokay/feature/add-health-check
Add healthcheck
This commit is contained in:
@@ -97,4 +97,5 @@ EXPOSE 8080
|
||||
|
||||
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