Skip to content

Commit f96128c

Browse files
authored
add ENS-sync script container that checks ens owners from mainnet when creating streams with ENS - to dev environment (#205)
1 parent 9885076 commit f96128c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docker-compose.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -708,6 +708,19 @@ services:
708708
- tracker-1
709709
- tracker-2
710710
- tracker-3
711+
ens-sync-script:
712+
container_name: ens-sync-script
713+
image: streamr/ens-sync-script:dev
714+
networks:
715+
- streamr-network
716+
depends_on:
717+
- parity-node0
718+
- parity-sidechain-node0
719+
healthcheck:
720+
test: ["CMD", "echo"] # TODO: health check
721+
interval: 10s
722+
timeout: 10s
723+
retries: 60
711724

712725
networks:
713726
streamr-network:

0 commit comments

Comments
 (0)