Skip to content

Commit

Permalink
Wrap-up minor changes for 3.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mesudip committed Sep 3, 2024
1 parent ae7bf03 commit 2d14fe7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ OpenSource Kuber playground is [here](https://github.com/dquadrant/kuber-playgro
## IDE
Official IDE with Plutus compilation support is available at [kuberide.com/ide](https://kuberide.com/kuber/login/?state=\%2fide)

## Example Project using Kuber (v2)
## Example Project using Kuber
[cardano-marketplace](https://github.com/dQuadrant/cardano-marketplace)


Expand All @@ -26,7 +26,7 @@ Kuber can be stared easily with [docker-compose.yml](./docker-compose.yml) file.

```bash
git clone https://github.com/dquadrant/kuber.git
git checkout 3.0.0-rc1
git checkout 3.1.0
docker-compose up -d
```

Expand Down
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
version: "3.5"
version: "3.9"
volumes:
node-pic:
node-db:
services:
cardano-node:
image: inputoutput/cardano-node:${CARDANO_NODE_VERSION:-1.35.3}
image: inputoutput/cardano-node:${CARDANO_NODE_VERSION:-9.1.0}
environment:
NETWORK: ${NETWORK:-preprod}
volumes:
Expand All @@ -13,10 +13,10 @@ services:
logging:
driver: "json-file"
options:
max-size: "200k"
max-size: "2M"
max-file: "10"
kuber:
image: dquadrant/kuber:${KUBER_VERSION:-3.0.0-rc1}
image: dquadrant/kuber:${KUBER_VERSION:-3.1.0}
environment:
NETWORK: ${NETWORK:- preprod}
volumes:
Expand All @@ -28,7 +28,7 @@ services:
logging:
driver: "json-file"
options:
max-size: "200k"
max-size: "2M"
max-file: "10"


0 comments on commit 2d14fe7

Please sign in to comment.