-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix:replace docker-compose with docker compose (#220)
Signed-off-by: Henry Saya <[email protected]> Signed-off-by: Shailesh Patil <[email protected]>
- Loading branch information
1 parent
8136018
commit a9e42f6
Showing
5 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -102,7 +102,7 @@ git clone [email protected]:input-output-hk/atala-prism-mediator.git | |
``` | ||
``` | ||
shell> cd atala-prism-mediator | ||
shell> docker-compose up mongo | ||
shell> docker compose up mongo | ||
``` | ||
In another shell from the project root directory `atala-prism-mediator` | ||
``` | ||
|
@@ -121,7 +121,7 @@ To build a docker image locally, run NODE_OPTIONS=--openssl-legacy-provider sbt | |
``` | ||
shell> cd atala-prism-mediator | ||
shell> NODE_OPTIONS=--openssl-legacy-provider sbt docker:publishLocal | ||
shell> MEDIATOR_VERSION=$(sbt "print mediator/version" --error) docker-compose up | ||
shell> MEDIATOR_VERSION=$(sbt "print mediator/version" --error) docker compose up | ||
``` | ||
|
||
### Configure the Mediator | ||
|
@@ -155,8 +155,8 @@ The backend service is also a web service that has a single-page application tha | |
|
||
### Run locally | ||
|
||
Everything can be run with a single command with Docker compose `docker-compose up`. | ||
For a specific version, you can setup with `MEDIATOR_VERSION` like `MEDIATOR_VERSION=0.9.2-SNAPSHOT docker-compose up`. | ||
Everything can be run with a single command with Docker compose `docker compose up`. | ||
For a specific version, you can setup with `MEDIATOR_VERSION` like `MEDIATOR_VERSION=0.9.2-SNAPSHOT docker compose up`. | ||
|
||
#### Troubleshooting | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters