plugeth-statediff/test/compose.yml
Roy Crihfield fd83bb6b3e
Some checks reported warnings
Test / Run unit tests (pull_request) Has started running
Test / Run integration tests (pull_request) Has been cancelled
CI wip
2023-07-14 00:57:23 +08:00

28 lines
672 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.0.2-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:
- statediff_file_indexer_data:/file_indexer
volumes:
statediff_file_indexer_data: