From 9be047cd415bdac25fdd051aefd631ddbfce0d63 Mon Sep 17 00:00:00 2001 From: prathamesh0 Date: Thu, 22 Dec 2022 12:53:23 +0530 Subject: [PATCH] Avoid watcher-db port conflicts --- compose/docker-compose-watcher-erc20.yml | 2 +- compose/docker-compose-watcher-erc721.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compose/docker-compose-watcher-erc20.yml b/compose/docker-compose-watcher-erc20.yml index df23bf1f..82e76120 100644 --- a/compose/docker-compose-watcher-erc20.yml +++ b/compose/docker-compose-watcher-erc20.yml @@ -14,7 +14,7 @@ services: - ../config/postgresql/multiple-postgressql-databases.sh:/docker-entrypoint-initdb.d/multiple-postgressql-databases.sh - erc20_watcher_db_data:/var/lib/postgresql/data ports: - - "0.0.0.0:15432:5432" + - "0.0.0.0:15433:5432" healthcheck: test: ["CMD", "nc", "-v", "localhost", "5432"] interval: 20s diff --git a/compose/docker-compose-watcher-erc721.yml b/compose/docker-compose-watcher-erc721.yml index c6a660fc..cdfcdbc7 100644 --- a/compose/docker-compose-watcher-erc721.yml +++ b/compose/docker-compose-watcher-erc721.yml @@ -14,7 +14,7 @@ services: - ../config/postgresql/multiple-postgressql-databases.sh:/docker-entrypoint-initdb.d/multiple-postgressql-databases.sh - erc721_watcher_db_data:/var/lib/postgresql/data ports: - - "0.0.0.0:15432:5432" + - "0.0.0.0:15434:5432" healthcheck: test: ["CMD", "nc", "-v", "localhost", "5432"] interval: 20s