debug compose
Some checks failed
Test / Run unit tests (pull_request) Failing after 2m20s
Test / Run integration tests (pull_request) Failing after 21m32s

This commit is contained in:
Roy Crihfield 2023-07-11 20:53:02 +08:00
parent e2ee181782
commit 760f780da2
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ jobs:
git config --global url."https://$TOKEN:@git.vdb.to/".insteadOf "https://git.vdb.to/"
- name: "Run DB container"
env:
DATABASE_HOSTNAME: http://gitea.local
DATABASE_HOSTNAME: gitea.local
run: |
set -x
docker compose -f test/compose.yml up --attach ipld-eth-db &

View File

@ -20,6 +20,6 @@ services:
POSTGRES_DB: "cerc_testing"
POSTGRES_PASSWORD: "password"
ports:
- 8077:5432
- 127.0.0.1:8077:5432
# volumes:
# - ../indexer/database/file:/file_indexer