include env file loading in test compose file

This commit is contained in:
Ulf Gebhardt 2021-04-03 05:25:59 +02:00
parent dfe6f679b3
commit c418cb1b50
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -10,6 +10,8 @@ services:
target: test
environment:
- NODE_ENV="test"
env_file:
- ./webapp/.env
########################################################
# BACKEND ##############################################
@ -20,6 +22,8 @@ services:
target: test
environment:
- NODE_ENV="test"
env_file:
- ./backend/.env
########################################################
# NEO4J ################################################