Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
feat: adding status check
Browse files Browse the repository at this point in the history
Signed-off-by: Freyskeyd <simon.paitrault@gmail.com>
  • Loading branch information
Freyskeyd committed Jan 11, 2023
1 parent f483dd0 commit 9812af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ services:
command: tce run
init: true
healthcheck:
test: ./topos tce push-peer-list --endpoint http://localhost:1340 --format json /tmp/shared/peer_ids.json
test: ./topos tce push-peer-list --endpoint http://localhost:1340 --format json /tmp/shared/peer_ids.json && ./topos tce status --endpoint http://localhost:1340
interval: 5s
volumes:
- shared:/tmp/shared
Expand Down

0 comments on commit 9812af1

Please sign in to comment.