File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ POSTGRES_PORT=5432
77DB_PATH=postgres14-data
88
99## Cardano Node Variables
10- CARDANO_NODE_VERSION=10.4 .1
10+ CARDANO_NODE_VERSION=10.5 .1
1111CARDANO_NODE_DIR=node-ipc
1212CARDANO_NODE_DB=node-db
1313
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ NETWORK=preprod
44## Postgres Variables
55POSTGRES_VERSION=14.10-alpine
66POSTGRES_PORT=5433
7- DB_PATH=postgres14-data
7+ DB_PATH=/opt/graph-ql-preprod/sql_data
88
99## Cardano Node Variables
10- CARDANO_NODE_VERSION=10.4 .1
11- CARDANO_NODE_DIR=node-ipc
12- CARDANO_NODE_DB=node- db
10+ CARDANO_NODE_VERSION=10.5 .1
11+ CARDANO_NODE_DIR=/opt/graph-ql-preprod/node_data
12+ CARDANO_NODE_DB=${CARDANO_NODE_DIR}/ db
1313
1414## Ogmios Variables
1515OGMIOS_VERSION=latest
@@ -18,7 +18,7 @@ OGMIOS_PORT=1338
1818## DB Sync Variables
1919# RESTORE_SNAPSHOT=path/to/snapshot/tgz
2020CARDANO_DB_SYNC_VERSION=13.6.0.5
21- CARDANO_DB_SYNC_DIR=db-sync-data
21+ CARDANO_DB_SYNC_DIR=/opt/graph-ql-preprod/ db-sync-data
2222
2323## Hasura Variables
2424HASURA_PORT=8091
You can’t perform that action at this time.
0 commit comments