Skip to content

Commit

Permalink
test canary
Browse files Browse the repository at this point in the history
  • Loading branch information
wsdt committed Apr 29, 2024
1 parent 8282224 commit 8941f3b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.test.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
dockerfile: Dockerfile.bnb

graph-node_eth:
image: graphprotocol/graph-node
image: graphprotocol/graph-node:canary-57b2b042
depends_on:
- ipfs_eth
- postgres_eth
Expand Down Expand Up @@ -62,13 +62,13 @@ services:
POSTGRES_PASSWORD: let-me-in
POSTGRES_DB: graph-node
# FIXME: remove this env. var. which we shouldn't need. Introduced by
# <https://github.com/graphprotocol/graph-node/pull/3511>, maybe as a
# <https://github.com/graphprotocol/graph-node:canary-57b2b042/pull/3511>, maybe as a
# workaround for https://github.com/docker/for-mac/issues/6270?
PGDATA: "/var/lib/postgresql/data"
POSTGRES_INITDB_ARGS: "-E UTF8 --locale=C"

graph-node_bnb:
image: graphprotocol/graph-node
image: graphprotocol/graph-node:canary-57b2b042
depends_on:
- ipfs_bnb
- postgres_bnb
Expand Down Expand Up @@ -103,7 +103,7 @@ services:
POSTGRES_PASSWORD: let-me-in
POSTGRES_DB: graph-node
# FIXME: remove this env. var. which we shouldn't need. Introduced by
# <https://github.com/graphprotocol/graph-node/pull/3511>, maybe as a
# <https://github.com/graphprotocol/graph-node:canary-57b2b042/pull/3511>, maybe as a
# workaround for https://github.com/docker/for-mac/issues/6270?
PGDATA: "/var/lib/postgresql/data"
POSTGRES_INITDB_ARGS: "-E UTF8 --locale=C"
Expand Down

0 comments on commit 8941f3b

Please sign in to comment.