mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-03-01 12:44:28 +00:00
include env file loading in test compose file
This commit is contained in:
parent
dfe6f679b3
commit
c418cb1b50
@ -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 ################################################
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user