Skip to content

Commit

Permalink
docker-compsoe.template.yaml: update satellite and storjscan images
Browse files Browse the repository at this point in the history
update the images used by the satellite and by storjscan.

Change-Id: I061c1efc8bbd7b30e5d18ba27031ed387c07390f
  • Loading branch information
dlamarmorgan committed Sep 22, 2022
1 parent 06b39d5 commit 55c9960
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions cmd/files/templates/docker-compose.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ services:
STORJ_WAIT_FOR_SATELLITE: "true"
STORJUP_SATELLITE: satellite-api
STORJUP_AUTHSERVICE: http://authservice:8888
image: img.dev.storj.io/storjup/storj:1.62.4
image: img.dev.storj.io/storjup/storj:1.64.1
networks:
default: null
ports:
Expand Down Expand Up @@ -228,7 +228,7 @@ services:
STORJ_WAIT_FOR_DB: "true"
STORJUP_SATELLITE: satellite-api
STORJUP_AUTHSERVICE: http://authservice:8888
image: img.dev.storj.io/storjup/storj:1.62.4
image: img.dev.storj.io/storjup/storj:1.64.1
networks:
default: null
ports:
Expand Down Expand Up @@ -268,7 +268,7 @@ services:
STORJ_WAIT_FOR_SATELLITE: "true"
STORJUP_SATELLITE: satellite-api
STORJUP_AUTHSERVICE: http://authservice:8888
image: img.dev.storj.io/storjup/storj:1.62.4
image: img.dev.storj.io/storjup/storj:1.64.1
networks:
default: null
storagenode:
Expand Down Expand Up @@ -297,12 +297,12 @@ services:
STORJ_WAIT_FOR_SATELLITE: "true"
STORJUP_SATELLITE: satellite-api
STORJUP_AUTHSERVICE: http://authservice:8888
image: img.dev.storj.io/storjup/storj:1.62.4
image: img.dev.storj.io/storjup/storj:1.64.1
networks:
default: null
storjscan:
command:
- /app/storjscan
- storjscan
- run
- --database=cockroach://root@cockroach:26257/storjscan?sslmode=disable
- --tokens.endpoint=http://geth:8545
Expand All @@ -313,7 +313,7 @@ services:
- --token-price.coinmarketcap-config.timeout=1m
- --api.address=0.0.0.0:12000
- --api.keys=eu1:eu1secret,us1:us1secret
image: img.dev.storj.io/storjup/storjscan:20220808-1
image: img.dev.storj.io/storjup/storjscan:20220922-1
networks:
default: null
ports:
Expand All @@ -327,7 +327,7 @@ services:
- infinity
environment:
STORJ_ROLE: uplink
image: img.dev.storj.io/storjup/storj:1.62.4
image: img.dev.storj.io/storjup/storj:1.64.1
networks:
default: null
versioncontrol:
Expand All @@ -348,7 +348,7 @@ services:
STORJ_METRICS_APP_SUFFIX: sim
STORJUP_SATELLITE: satellite-api
STORJUP_AUTHSERVICE: http://authservice:8888
image: img.dev.storj.io/storjup/storj:1.62.4
image: img.dev.storj.io/storjup/storj:1.64.1
networks:
default: null
ports:
Expand Down

0 comments on commit 55c9960

Please sign in to comment.