diff --git a/docker-compose.yml b/docker-compose.yml index 7f5aed7..435878e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 @@ -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 @@ -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 @@ -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