Skip to content

Commit

Permalink
Merge pull request #392 from metaplex-foundation/fix/MTG-1277_sh-scri…
Browse files Browse the repository at this point in the history
…pt-launch-for-running-pg-docker-test-env

MTG-1277 Fixed sh script launch for running pg docker (test env)
  • Loading branch information
andrii-kl authored Jan 29, 2025
2 parents 6217b6b + b91a9d5 commit 0109fac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions integration_tests/run_postgres.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ IMAGE_NAME="postgres:14"
DB_USER="solana"
DB_PASSWORD="solana"
DB_NAME="solana"
DB_PATH="$(pwd)/db-data"
ROCKS_DUMP_PATH="$(pwd)/rocks_dump"
SCRIPT_DIR="$(dirname "$(realpath "$0")")"
DB_PATH="$SCRIPT_DIR/db-data"
ROCKS_DUMP_PATH="$SCRIPT_DIR/rocks_dump"
HOST_PORT="5432"
CONTAINER_PORT="5432"

Expand Down

0 comments on commit 0109fac

Please sign in to comment.