Skip to content

Commit

Permalink
sauce: update for new server
Browse files Browse the repository at this point in the history
  • Loading branch information
makinbacon21 committed Feb 15, 2024
1 parent f1fa1e3 commit 5c49f32
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ USER node

ENV NODE_ENV=production
ENV LDAP_URL="ldap://host.docker.internal:389"
ENV LOCAL_AGENT_URL="http://host.docker.internal:8526"
ENV LOCAL_AGENT_URL="http://pigeon.sccs.swarthmore.edu:3001"

# install everything for building
RUN NODE_ENV=development npm install
Expand Down
4 changes: 2 additions & 2 deletions bin/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
set -e

echo "Running tests in containers"
docker-compose -f docker-compose.yml -f docker-compose.dev.yml -f docker-compose.test.yml up -d --build sauce selenium-chrome
docker compose -f docker-compose.yml -f docker-compose.dev.yml -f docker-compose.test.yml up -d --build sauce selenium-chrome
echo "Waiting for services to come up..."
sleep 30
echo "Running tests"
docker-compose -f docker-compose.yml -f docker-compose.dev.yml -f docker-compose.test.yml up --exit-code-from=webdriver-tests webdriver-tests
docker compose -f docker-compose.yml -f docker-compose.dev.yml -f docker-compose.test.yml up --exit-code-from=webdriver-tests webdriver-tests
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
environment:
NODE_ENV: production
MONGO_URI: "mongodb://mongodb:27017/sauce?retryWrites=true&w=majority"
MAILMAN_URL: "http://host.docker.internal:8277/3.1"
MAILMAN_URL: "http://lists.sccs.swarthmore.edu:8001/3.1"
PORT: 7567
restart: always
ports:
Expand Down

0 comments on commit 5c49f32

Please sign in to comment.