Skip to content

Commit

Permalink
use older version of ipfs-pinner
Browse files Browse the repository at this point in the history
Signed-off-by: Pranay Valson <[email protected]>
  • Loading branch information
noslav committed Aug 9, 2024
1 parent 2012415 commit 3f8ec0b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose-ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: '3'
version: "3"

services:
ipfs-pinner:
image: "us-docker.pkg.dev/covalent-project/network/ipfs-pinner:stable"
image: "us-docker.pkg.dev/covalent-project/network/ipfs-pinner@sha256:91fecef2de1bb7d674b4925088d16df798881b0f76e655cf10db8938b5c67272"
volumes:
- ~/.ipfs:/root/.ipfs/
container_name: ipfs-pinner
Expand Down Expand Up @@ -69,11 +69,11 @@ services:
- --deterministic
- --db=/ganache_data
- --mnemonic
- 'minimum symptom minute gloom tragic situate silver mechanic salad amused elite beef'
- "minimum symptom minute gloom tragic situate silver mechanic salad amused elite beef"
- --networkId
- '5777'
- "5777"
- --hostname
- '0.0.0.0'
- "0.0.0.0"
depends_on:
- redis-commander
networks:
Expand Down

0 comments on commit 3f8ec0b

Please sign in to comment.