Skip to content

Commit

Permalink
Remove ipfs requirement from graph service
Browse files Browse the repository at this point in the history
  • Loading branch information
wilwade committed Aug 5, 2024
1 parent e92816a commit 3871fe8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ services:
- graph_node_cache:/app/services/graph/node_modules
depends_on:
- redis
- ipfs
- gateway-base
networks:
- amplica-gateway
Expand All @@ -174,7 +173,6 @@ services:
- graph_node_cache:/app/services/graph/node_modules
depends_on:
- redis
- ipfs
- gateway-base
networks:
- amplica-gateway
Expand Down

0 comments on commit 3871fe8

Please sign in to comment.