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/"
|
git config --global url."https://$TOKEN:@git.vdb.to/".insteadOf "https://git.vdb.to/"
|
||||||
- name: "Run DB container"
|
- name: "Run DB container"
|
||||||
env:
|
env:
|
||||||
DATABASE_HOSTNAME: http://gitea.local
|
DATABASE_HOSTNAME: gitea.local
|
||||||
run: |
|
run: |
|
||||||
set -x
|
set -x
|
||||||
docker compose -f test/compose.yml up --attach ipld-eth-db &
|
docker compose -f test/compose.yml up --attach ipld-eth-db &
|
||||||
|
@ -20,6 +20,6 @@ services:
|
|||||||
POSTGRES_DB: "cerc_testing"
|
POSTGRES_DB: "cerc_testing"
|
||||||
POSTGRES_PASSWORD: "password"
|
POSTGRES_PASSWORD: "password"
|
||||||
ports:
|
ports:
|
||||||
- 8077:5432
|
- 127.0.0.1:8077:5432
|
||||||
# volumes:
|
# volumes:
|
||||||
# - ../indexer/database/file:/file_indexer
|
# - ../indexer/database/file:/file_indexer
|
||||||
|
Loading…
Reference in New Issue
Block a user