We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32e96c1 commit 396ca30Copy full SHA for 396ca30
packages/cardano/automate-graphql.bash
@@ -77,5 +77,5 @@ COMPOSE_DOCKER_CLI_BUILD=1 \
77
NETWORK=testnet API_PORT=3102 \
78
HASURA_PORT=8092 OGMIOS_PORT=1339 \
79
POSTGRES_PORT=5434 \
80
-docker compose -p testnet up -d --build && docker compose -p testnet logs -f > "$CARDANO_GRAPHQL_NETWORK_CONFIG_PATH"/output.txt
+docker compose -f $CARDANO_GRAPHQL_SRC/docker-compose.yml -p testnet up -d --build && docker compose -p testnet logs -f > "$CARDANO_GRAPHQL_NETWORK_CONFIG_PATH"/output.txt
81
echo "Graphql is started"
0 commit comments