Add a local stack for ERC721 watcher #81

Merged
prathamesh0 merged 5 commits from pm-erc721-watcher-stack into main 2022-12-22 07:43:59 +00:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 16a41f6aad - Show all commits

View File

@ -36,10 +36,10 @@ services:
volumes:
- ../config/watcher-erc20/erc20-watcher.toml:/app/packages/erc20-watcher/environments/local.toml
ports:
- "0.0.0.0:3001:3001"
- "0.0.0.0:9001:9001"
- "0.0.0.0:3002:3001"
- "0.0.0.0:9002:9001"
healthcheck:
test: ["CMD", "nc", "-v", "localhost", "3001"]
test: ["CMD", "nc", "-v", "localhost", "3002"]
interval: 20s
timeout: 5s
retries: 15

View File

@ -37,7 +37,7 @@ services:
- ../config/watcher-erc721/erc721-watcher.toml:/app/packages/erc721-watcher/environments/local.toml
ports:
- "0.0.0.0:3009:3009"
- "0.0.0.0:9001:9001"
- "0.0.0.0:9003:9001"
healthcheck:
test: ["CMD", "nc", "-v", "localhost", "3009"]
interval: 20s