Skip to content

Commit

Permalink
chore(core): updated docker file (#4133)
Browse files Browse the repository at this point in the history
  • Loading branch information
fullstackninja864 authored Nov 16, 2023
1 parent b4961f9 commit 6ff303f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
- "/var/run/docker.sock:/var/run/docker.sock:ro"

defi-blockchain:
image: defi/defichain:master-11717b5810
image: defi/defichain:4.0.0
ports:
- "19554:19554"
- "19551:19551"
Expand Down Expand Up @@ -64,7 +64,7 @@ services:
- RUST_LOG=debug

defi-playground:
image: ghcr.io/birthdayresearch/playground-api:4.0.0-rc.1.2
image: ghcr.io/birthdayresearch/playground-api:4.0.1
depends_on:
- defi-blockchain
ports:
Expand All @@ -77,7 +77,7 @@ services:
- "traefik.http.routers.playground.entrypoints=web"

defi-whale:
image: ghcr.io/birthdayresearch/whale-api:4.0.0-rc.1.2
image: ghcr.io/birthdayresearch/whale-api:4.0.1
depends_on:
- defi-blockchain
ports:
Expand Down

0 comments on commit 6ff303f

Please sign in to comment.