Skip to content

Commit

Permalink
chore: update deployment instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
janekolszak committed Nov 18, 2024
1 parent ad0ab5b commit 8a99d7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/data-providers/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Here's a simple example of a `docker-compose.yml` file that you can use to run t
```yaml
services:
redstone-oracle-node:
image: public.ecr.aws/y7v2w8b2/redstone-oracle-node:957ca2a1
image: public.ecr.aws/y7v2w8b2/redstone-oracle-node@sha256:07eb1cc4aa3a4f0275c2ef5c2f9a95af06150e35211e20f66f9b24ab1c05cef7
restart: always
depends_on:
- redstone-kms
Expand All @@ -47,7 +47,7 @@ services:

redstone-kms:
restart: always
image: public.ecr.aws/y7v2w8b2/kms@sha256:d5df0ad389c329e541b26b09b3ad18b453342f1fee3837c1bd05f23c4a4264da
image: public.ecr.aws/y7v2w8b2/kms@sha256:d069bc9afcd1b4e6884e2d4e530d90c94db0aaf1a2265d7facb4f4e2d2fefb3d
networks:
- private_network
expose:
Expand Down

0 comments on commit 8a99d7a

Please sign in to comment.