debug compose
This commit is contained in:
parent
e2ee181782
commit
760f780da2
@ -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 &
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user