Skip to content

Commit

Permalink
NOISSUE: update insolar version and change poll time for healthchecker
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbes committed Apr 23, 2019
1 parent 496ce03 commit 38523f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker-compose/virtual-node/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.7'
services:
insolard:
image: "insolar/insolard:v0.8.6"
image: "insolar/insolard:v0.8.7"
labels:
- autoheal=true
environment:
Expand Down Expand Up @@ -123,6 +123,6 @@ services:
image: "willfarrell/autoheal"
environment:
AUTOHEAL_INTERVAL: 60
AUTOHEAL_DEFAULT_STOP_TIMEOUT: 60
AUTOHEAL_DEFAULT_STOP_TIMEOUT: 120
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ COPY --from=insolard-builder \
COPY docker/insolard-entrypoint.sh /opt/bin/docker-entrypoint.sh

EXPOSE 7900 7901 8001 18182 19191
HEALTHCHECK --start-period=3m --interval=5m --timeout=30s --retries=5 \
HEALTHCHECK --start-period=5m --interval=1m --timeout=30s --retries=5 \
CMD [ "/opt/bin/healthcheck.sh" ]
VOLUME [ "/etc/insolar", "/var/lib/insolar" ]

Expand Down

0 comments on commit 38523f8

Please sign in to comment.