Skip to content

Commit

Permalink
Fix: Fix where environemnt variables are placed in
Browse files Browse the repository at this point in the history
  • Loading branch information
coord-e committed Jul 26, 2018
1 parent 302f042 commit 79794c5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions unit_test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,16 @@ services:
command: "test"
environment:
- "CI=1"
- "REACT_APP_RECAPTCHA_KEY=6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI"
volumes:
- "../${FRONTEND_DIR}:/code"
- "REACT_APP_RECAPTCHA_KEY=6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI"
- /code/node_modules
backend:
build:
dockerfile: ../unit_test/Dockerfile.backend
context: ../${BACKEND_DIR}
command: "test"
environment:
- RECAPTCHA_SECRET_KEY=6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe
volumes:
- "../${BACKEND_DIR}:/code"
- RECAPTCHA_SECRET_KEY=6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe

0 comments on commit 79794c5

Please sign in to comment.