Use host gateway for services
This commit is contained in:
parent
b7193b8715
commit
06bfbd56e4
@ -36,6 +36,8 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "0.0.0.0:3001:3001"
|
- "0.0.0.0:3001:3001"
|
||||||
- "0.0.0.0:9001:9001"
|
- "0.0.0.0:9001:9001"
|
||||||
|
extra_hosts:
|
||||||
|
- "ipld-eth-server:host-gateway"
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "nc", "-v", "localhost", "3001"]
|
test: ["CMD", "nc", "-v", "localhost", "3001"]
|
||||||
interval: 20s
|
interval: 20s
|
||||||
@ -56,6 +58,8 @@ services:
|
|||||||
- ../config/watcher-mobymask/mobymask-watcher.toml:/app/packages/mobymask-watcher/environments/local.toml
|
- ../config/watcher-mobymask/mobymask-watcher.toml:/app/packages/mobymask-watcher/environments/local.toml
|
||||||
ports:
|
ports:
|
||||||
- "0.0.0.0:9000:9000"
|
- "0.0.0.0:9000:9000"
|
||||||
|
extra_hosts:
|
||||||
|
- "ipld-eth-server:host-gateway"
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
indexer_db_data:
|
indexer_db_data:
|
||||||
|
Loading…
Reference in New Issue
Block a user