Last active
July 23, 2018 15:02
-
-
Save elderfo/e4f83a06a1092bbd5fb065f0c31e201a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./gradlew buildDocker | |
docker-compose -f docker-compose.yml -f docker-compose.e2e.yml down --remove-orphans | |
docker-compose -f docker-compose.yml -f docker-compose.e2e.yml up -d | |
docker run -it --rm \ | |
-v ${PWD}:/root/labrea \ | |
-w /root/labrea \ | |
--net labrea_default \ | |
-e REUTERS_JDBC_URL=jdbc:postgresql://reuters-aptemod:5432/reuters_aptemod \ | |
-e TREC_JDBC_URL=jdbc:postgresql://trec-legal-2010:5432/trec_legal_2010 \ | |
-e LABREA_WEBAPP_HOST=labrea-webapp \ | |
openjdk:8 bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment