Skip to content

Commit

Permalink
Update integration_test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
delosrogers authored Jan 12, 2021
1 parent b07c32d commit 54665ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ MONGO_PSWD=$RANDOM
# docker network create clustergrammer_test_network
docker network create clustergrammer_test_network || true
docker run -d --network clustergrammer_test_network --name clustergrammer_test_mongodb -e MONGO_INITDB_ROOT_USERNAME=admin -e "MONGO_INITDB_ROOT_PASSWORD=${MONGO_PSWD}" mongo
ifconfig
docker run --rm -p 80:80 --env "MONGODB=mongodb://admin:${MONGO_PSWD}@clustergrammer_test_mongodb:27017/" --env "ORIGIN=http://localhost/" --env "ENTRY_POINT=/clustergrammer" \
--env "HARMONIZOME_URL=https://amp.pharm.mssm.edu/Harmonizome" --env "ENRICHR_URL=https://amp.pharm.mssm.edu/Enrichr" \
--env "L1000CDS2_URL=https://amp.pharm.mssm.edu/l1000cds2" --env "GEN3VA_URL=https://amp.pharm.mssm.edu/gen3va" \
Expand Down

0 comments on commit 54665ce

Please sign in to comment.