Skip to content

Commit

Permalink
revert subgraph version change - moved to #13501
Browse files Browse the repository at this point in the history
  • Loading branch information
clemsos committed Mar 21, 2024
1 parent 73f8eff commit 0fcdd51
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions docker/development.env
Expand Up @@ -12,12 +12,9 @@ SMTP_HOST=smtp_host
SMTP_USERNAME=smtp_username
SMTP_PASSWORD=smtp_password
BASE64_WEDLOCKS_PRIVATE_KEY=pk

# postgres
POSTGRES_USER=graph-node
POSTGRES_PASSWORD=let-me-in
POSTGRES_DB=graph-node
POSTGRES_INITDB_ARGS="-E UTF8 --locale=C" # required by graph-node since 0.30.0

# for subgraph config
postgres_host=postgres
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
@@ -1,7 +1,7 @@
version: '3.2'
services:
graph-node:
image: graphprotocol/graph-node:v0.33.0
image: graphprotocol/graph-node:v0.29.0
ports:
- '8000:8000'
- '8001:8001'
Expand Down

0 comments on commit 0fcdd51

Please sign in to comment.