Skip to content

Commit

Permalink
Merge pull request #43 from input-output-hk/jhbertra/runtime-0.0.5
Browse files Browse the repository at this point in the history
Runtime 0.0.5 updates
  • Loading branch information
jhbertra authored Sep 27, 2023
2 parents 9f99ece + 1dce204 commit 36caadd
Show file tree
Hide file tree
Showing 11 changed files with 8,361 additions and 3,864 deletions.
7 changes: 7 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
use_flake() {
watch_file flake.nix
watch_file flake.lock
eval "$(nix print-dev-env --profile "$(direnv_layout_dir)/flake-profile")"
}

use flake
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ tmp/
*.address
*.unsigned
*.signed
.direnv
18 changes: 9 additions & 9 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
retries: 10
test: socat -u OPEN:/dev/null UNIX-CONNECT:/ipc/node.socket
timeout: 5s
image: inputoutput/cardano-node:1.35.4
image: inputoutput/cardano-node:8.1.2
restart: unless-stopped
volumes:
- shared:/ipc
Expand Down Expand Up @@ -69,7 +69,7 @@ services:
condition: service_healthy
postgres:
condition: service_healthy
image: ghcr.io/input-output-hk/marlowe-chain-indexer:0.0.4
image: ghcr.io/input-output-hk/marlowe-chain-indexer:0.0.5
user: 0:0
restart: unless-stopped
volumes:
Expand All @@ -94,7 +94,7 @@ services:
condition: service_started
postgres:
condition: service_healthy
image: ghcr.io/input-output-hk/marlowe-chain-sync:0.0.4
image: ghcr.io/input-output-hk/marlowe-chain-sync:0.0.5
user: 0:0
restart: unless-stopped
volumes:
Expand All @@ -117,7 +117,7 @@ services:
condition: service_started
postgres:
condition: service_healthy
image: ghcr.io/input-output-hk/marlowe-indexer:0.0.4
image: ghcr.io/input-output-hk/marlowe-indexer:0.0.5
restart: unless-stopped

sync:
Expand All @@ -138,7 +138,7 @@ services:
condition: service_started
postgres:
condition: service_healthy
image: ghcr.io/input-output-hk/marlowe-sync:0.0.4
image: ghcr.io/input-output-hk/marlowe-sync:0.0.5
restart: unless-stopped

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

contract:
Expand All @@ -168,7 +168,7 @@ services:
- HTTP_PORT=3787
volumes:
- marlowe-contract-store:/store
image: ghcr.io/input-output-hk/marlowe-contract:0.0.4
image: ghcr.io/input-output-hk/marlowe-contract:0.0.5
restart: unless-stopped

proxy:
Expand All @@ -191,7 +191,7 @@ services:
- sync
- tx
- contract
image: ghcr.io/input-output-hk/marlowe-proxy:0.0.4
image: ghcr.io/input-output-hk/marlowe-proxy:0.0.5
restart: unless-stopped
ports:
- 3700:3700
Expand All @@ -204,7 +204,7 @@ services:
- RUNTIME_PORT=3701
depends_on:
- proxy
image: ghcr.io/input-output-hk/marlowe-web-server:0.0.4
image: ghcr.io/input-output-hk/marlowe-web-server:0.0.5
restart: unless-stopped
ports:
- 3780:3780
Expand Down
Loading

0 comments on commit 36caadd

Please sign in to comment.