From 5739bbf836d9542a5be9b80f82715f1e4840e485 Mon Sep 17 00:00:00 2001 From: Jamie Bertram Date: Thu, 7 Dec 2023 16:49:13 -0500 Subject: [PATCH] update docker compose with necessary environment variables --- docker-compose.yaml | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 764182e..7525247 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -55,6 +55,7 @@ services: - 'maintenance_work_mem=256MB' ports: - 5432:5432 + chain-indexer: environment: - NODE_CONFIG=/node/config.json @@ -69,7 +70,7 @@ services: condition: service_healthy postgres: condition: service_healthy - image: ghcr.io/input-output-hk/marlowe-chain-indexer:0.0.6-rc1 + image: ghcr.io/input-output-hk/marlowe-chain-indexer:0.0.6-rc2 user: 0:0 restart: unless-stopped volumes: @@ -94,7 +95,7 @@ services: condition: service_started postgres: condition: service_healthy - image: ghcr.io/input-output-hk/marlowe-chain-sync:0.0.6-rc1 + image: ghcr.io/input-output-hk/marlowe-chain-sync:0.0.6-rc2 user: 0:0 restart: unless-stopped volumes: @@ -110,14 +111,13 @@ services: - MARLOWE_CHAIN_SYNC_HOST=chain-sync - MARLOWE_CHAIN_SYNC_PORT=3715 - MARLOWE_CHAIN_SYNC_QUERY_PORT=3716 - - MARLOWE_CHAIN_SYNC_COMMAND_PORT=3720 - HTTP_PORT=3783 depends_on: chain-sync: condition: service_started postgres: condition: service_healthy - image: ghcr.io/input-output-hk/marlowe-indexer:0.0.6-rc1 + image: ghcr.io/input-output-hk/marlowe-indexer:0.0.6-rc2 restart: unless-stopped sync: @@ -125,6 +125,7 @@ services: - HOST=0.0.0.0 - MARLOWE_SYNC_PORT=3724 - MARLOWE_HEADER_SYNC_PORT=3725 + - MARLOWE_BULK_SYNC_PORT=3730 - MARLOWE_QUERY_PORT=3726 - DB_NAME=chain_${NETWORK:?err} - MARLOWE_CHAIN_SYNC_HOST=chain-sync @@ -138,7 +139,7 @@ services: condition: service_started postgres: condition: service_healthy - image: ghcr.io/input-output-hk/marlowe-sync:0.0.6-rc1 + image: ghcr.io/input-output-hk/marlowe-sync:0.0.6-rc2 restart: unless-stopped tx: @@ -155,7 +156,7 @@ services: depends_on: - chain-sync - contract - image: ghcr.io/input-output-hk/marlowe-tx:0.0.6-rc1 + image: ghcr.io/input-output-hk/marlowe-tx:0.0.6-rc2 restart: unless-stopped contract: @@ -164,11 +165,15 @@ services: - PORT=3727 - QUERY_PORT=3728 - TRANSFER_PORT=3729 + - MARLOWE_CHAIN_SYNC_HOST=chain-sync + - MARLOWE_CHAIN_SYNC_QUERY_PORT=3716 + - SYNC_HOST=sync + - MARLOWE_BULK_SYNC_PORT=3730 - STORE_DIR=/store - HTTP_PORT=3787 volumes: - marlowe-contract-store:/store - image: ghcr.io/input-output-hk/marlowe-contract:0.0.6-rc1 + image: ghcr.io/input-output-hk/marlowe-contract:0.0.6-rc2 restart: unless-stopped proxy: @@ -185,13 +190,14 @@ services: - SYNC_HOST=sync - MARLOWE_SYNC_PORT=3724 - MARLOWE_HEADER_SYNC_PORT=3725 + - MARLOWE_BULK_SYNC_PORT=3730 - MARLOWE_QUERY_PORT=3726 - HTTP_PORT=3786 depends_on: - sync - tx - contract - image: ghcr.io/input-output-hk/marlowe-proxy:0.0.6-rc1 + image: ghcr.io/input-output-hk/marlowe-proxy:0.0.6-rc2 restart: unless-stopped ports: - 3700:3700 @@ -204,7 +210,7 @@ services: - RUNTIME_PORT=3701 depends_on: - proxy - image: ghcr.io/input-output-hk/marlowe-web-server:0.0.6-rc1 + image: ghcr.io/input-output-hk/marlowe-web-server:0.0.6-rc2 restart: unless-stopped ports: - 3780:3780