Skip to content

Commit

Permalink
Merge pull request #20 from tokend/v4.6
Browse files Browse the repository at this point in the history
V4.6
  • Loading branch information
Volendi authored Jun 1, 2021
2 parents 35fecf8 + 41a2a80 commit b314566
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ services:
- --appendonly
- "yes"
core:
image: tokend/core:3.7.0-x.10
image: tokend/core:3.7.0
depends_on:
- traefik
restart: unless-stopped
Expand All @@ -70,7 +70,7 @@ services:
labels:
- "autoheal=true"
horizon:
image: tokend/horizon:3.10.0-x.10
image: tokend/horizon:3.10.0
depends_on:
- core
restart: unless-stopped
Expand All @@ -83,7 +83,7 @@ services:
- ./configs/horizon.yaml:/config.yaml
- horizon-data:/data
api:
image: tokend/identity:4.7.0-rc.0
image: tokend/identity:4.7.0
restart: unless-stopped
depends_on:
- horizon
Expand Down Expand Up @@ -285,7 +285,7 @@ services:
entrypoint: "erc20-deposit-svc"
command: ["run", "funnel"]
erc20-withdraw:
image: tokend/erc20-withdraw-svc:1.0.9-x.0
image: tokend/erc20-withdraw-svc:1.0.9
restart: unless-stopped
depends_on:
- horizon
Expand Down

0 comments on commit b314566

Please sign in to comment.