Skip to content

Commit

Permalink
Merge pull request #49 from input-output-hk/plt-8888-runtime-0.0.6
Browse files Browse the repository at this point in the history
Update to Runtime 0.0.6
  • Loading branch information
jhbertra authored Dec 13, 2023
2 parents bd2b6a6 + 266fd62 commit 0a4cdce
Show file tree
Hide file tree
Showing 4 changed files with 425 additions and 244 deletions.
26 changes: 16 additions & 10 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ services:
- 'maintenance_work_mem=256MB'
ports:
- 5432:5432

chain-indexer:
environment:
- NODE_CONFIG=/node/config.json
Expand All @@ -69,7 +70,7 @@ services:
condition: service_healthy
postgres:
condition: service_healthy
image: ghcr.io/input-output-hk/marlowe-chain-indexer:0.0.5
image: ghcr.io/input-output-hk/marlowe-chain-indexer:0.0.6
user: 0:0
restart: unless-stopped
volumes:
Expand All @@ -94,7 +95,7 @@ services:
condition: service_started
postgres:
condition: service_healthy
image: ghcr.io/input-output-hk/marlowe-chain-sync:0.0.5
image: ghcr.io/input-output-hk/marlowe-chain-sync:0.0.6
user: 0:0
restart: unless-stopped
volumes:
Expand All @@ -110,21 +111,21 @@ 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.5
image: ghcr.io/input-output-hk/marlowe-indexer:0.0.6
restart: unless-stopped

sync:
environment:
- 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
Expand All @@ -138,7 +139,7 @@ services:
condition: service_started
postgres:
condition: service_healthy
image: ghcr.io/input-output-hk/marlowe-sync:0.0.5
image: ghcr.io/input-output-hk/marlowe-sync:0.0.6
restart: unless-stopped

tx:
Expand All @@ -155,7 +156,7 @@ services:
depends_on:
- chain-sync
- contract
image: ghcr.io/input-output-hk/marlowe-tx:0.0.5
image: ghcr.io/input-output-hk/marlowe-tx:0.0.6
restart: unless-stopped

contract:
Expand All @@ -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.5
image: ghcr.io/input-output-hk/marlowe-contract:0.0.6
restart: unless-stopped

proxy:
Expand All @@ -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.5
image: ghcr.io/input-output-hk/marlowe-proxy:0.0.6
restart: unless-stopped
ports:
- 3700:3700
Expand All @@ -204,7 +210,7 @@ services:
- RUNTIME_PORT=3701
depends_on:
- proxy
image: ghcr.io/input-output-hk/marlowe-web-server:0.0.5.1
image: ghcr.io/input-output-hk/marlowe-web-server:0.0.6
restart: unless-stopped
ports:
- 3780:3780
Expand All @@ -223,7 +229,7 @@ services:
- PGPASSWORD=postgres
depends_on:
- web-server
image: ghcr.io/input-output-hk/marlowe-starter-kit:2023-aug-23
image: ghcr.io/input-output-hk/marlowe-starter-kit:2023-dec-13
volumes:
- shared:/ipc
- ./setup:/notebook/setup
Expand Down
Loading

0 comments on commit 0a4cdce

Please sign in to comment.