Skip to content
Snippets Groups Projects
Commit d85a86f0 authored by Falk's avatar Falk :ping_pong:
Browse files

Change mongodb URL to make use of service name

parent c0c6017e
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ test_server:
- cd app/server
- npm install
- PORT=3002 \
MONGODB_URL=mongodb://localhost:27017/test \
MONGODB_URL=mongodb://mongodb:27017/test \
JWT_SECRET=$JWT_SECRET \
npm run test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment