plugeth-statediff/test/compose.yml
Roy Crihfield 118f3366f6
Some checks failed
Test / Run compliance tests (pull_request) Successful in 4m27s
Test / Run unit tests (pull_request) Successful in 12m23s
Test / Run integration tests (pull_request) Failing after 24m54s
update ipld-eth-db tag
2024-06-25 21:10:33 +08:00

25 lines
628 B
YAML

services:
migrations:
restart: on-failure
depends_on:
- ipld-eth-db
image: git.vdb.to/cerc-io/ipld-eth-db/ipld-eth-db:v5.3.0-alpha
environment:
DATABASE_USER: "vdbm"
DATABASE_NAME: "cerc_testing"
DATABASE_PASSWORD: "password"
DATABASE_HOSTNAME: "ipld-eth-db"
DATABASE_PORT: 5432
ipld-eth-db:
image: timescale/timescaledb:latest-pg14
restart: always
environment:
POSTGRES_USER: "vdbm"
POSTGRES_DB: "cerc_testing"
POSTGRES_PASSWORD: "password"
ports:
- 127.0.0.1:8077:5432
volumes:
- ../indexer/database/file:/file_indexer