Use host gateway for services

This commit is contained in:
David Boreham 2022-11-07 23:17:56 -07:00
parent b7193b8715
commit 06bfbd56e4

View File

@ -36,6 +36,8 @@ services:
ports:
- "0.0.0.0:3001:3001"
- "0.0.0.0:9001:9001"
extra_hosts:
- "ipld-eth-server:host-gateway"
healthcheck:
test: ["CMD", "nc", "-v", "localhost", "3001"]
interval: 20s
@ -56,6 +58,8 @@ services:
- ../config/watcher-mobymask/mobymask-watcher.toml:/app/packages/mobymask-watcher/environments/local.toml
ports:
- "0.0.0.0:9000:9000"
extra_hosts:
- "ipld-eth-server:host-gateway"
volumes:
indexer_db_data: