Skip to content

Commit 396ca30

Browse files
NDobrevMartin Dobrev
andauthored
fix(cardano): Specify docker compose file in docker compose command (#86)
Co-authored-by: Martin Dobrev <[email protected]>
1 parent 32e96c1 commit 396ca30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cardano/automate-graphql.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@ COMPOSE_DOCKER_CLI_BUILD=1 \
7777
NETWORK=testnet API_PORT=3102 \
7878
HASURA_PORT=8092 OGMIOS_PORT=1339 \
7979
POSTGRES_PORT=5434 \
80-
docker compose -p testnet up -d --build && docker compose -p testnet logs -f > "$CARDANO_GRAPHQL_NETWORK_CONFIG_PATH"/output.txt
80+
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
8181
echo "Graphql is started"

0 commit comments

Comments
 (0)