Skip to content

Commit 331c113

Browse files
authored
added ens-sync-fastchain container entry (#215)
* added ens-sync-fastchain container entry * added healthcheck
1 parent aa13709 commit 331c113

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docker-compose.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -591,6 +591,18 @@ services:
591591
interval: 10s
592592
timeout: 10s
593593
retries: 60
594+
ens-sync-script-fastchain:
595+
container_name: ens-sync-script-fastchain
596+
image: streamr/ens-sync-script:dev-fastchain
597+
networks:
598+
- streamr-network
599+
depends_on:
600+
- dev-chain-fast
601+
healthcheck:
602+
test: ["CMD", "/home/node/app/script/healthcheck.sh"]
603+
interval: 10s
604+
timeout: 10s
605+
retries: 60
594606

595607
networks:
596608
streamr-network:

0 commit comments

Comments
 (0)