update ipld-eth-db
All checks were successful
Test / Run compliance tests (disabled) (pull_request) Has been skipped
Test / Run integration tests (pull_request) Successful in 3m0s
Test / Build Docker image (pull_request) Successful in 3m23s
Test / Run unit tests (pull_request) Successful in 5m25s

This commit is contained in:
Roy Crihfield 2024-07-09 17:50:26 +08:00
parent cbc691632a
commit 4868f26c5c

View File

@ -3,7 +3,7 @@ services:
restart: on-failure
depends_on:
- ipld-eth-db
image: git.vdb.to/cerc-io/ipld-eth-db/ipld-eth-db:v5.2.1-alpha
image: git.vdb.to/cerc-io/ipld-eth-db/ipld-eth-db:v5.3.0-alpha
environment:
DATABASE_USER: "vdbm"
DATABASE_NAME: "cerc_testing"
@ -23,3 +23,8 @@ services:
- 0.0.0.0:8077:5432
volumes:
- /tmp:/tmp
healthcheck:
test: ["CMD", "pg_isready", "-U", "vdbm"]
interval: 2s
timeout: 1s
retries: 3