Skip to content

Commit

Permalink
Update flake input and images
Browse files Browse the repository at this point in the history
  • Loading branch information
jhbertra committed Sep 27, 2023
1 parent d62518f commit 1dce204
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
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.5-rc1
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.5-rc1
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.5-rc1
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.5-rc1
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.5-rc1
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.5-rc1
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.5-rc1
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.5-rc1
image: ghcr.io/input-output-hk/marlowe-web-server:0.0.5
restart: unless-stopped
ports:
- 3780:3780
Expand Down
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
type = "github";
owner = "input-output-hk";
repo = "marlowe-cardano";
ref = "runtime@v0.0.5-rc1";
ref = "marlowe-cli@v0.1.0.0";
};
cardano-node.follows = "marlowe/cardano-node";
cardano-wallet.url =
Expand Down

0 comments on commit 1dce204

Please sign in to comment.