mirror of
https://github.com/AuxXxilium/arv-v-dsm.git
synced 2024-11-23 23:10:58 +07:00
Health check
This commit is contained in:
parent
8a4c969dec
commit
8fcdcd29ed
@ -52,6 +52,6 @@ ENV CPU_CORES 1
|
||||
ENV DISK_SIZE 16G
|
||||
ENV RAM_SIZE 512M
|
||||
|
||||
HEALTHCHECK --interval=30s --timeout=5s CMD curl -f http://20.20.20.21:5000/ || exit 1
|
||||
HEALTHCHECK --interval=30s --timeout=2s CMD curl -f http://20.20.20.21:5000/robots.txt || exit 1
|
||||
|
||||
ENTRYPOINT ["/run/run.sh"]
|
||||
|
Loading…
Reference in New Issue
Block a user