mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-20 20:01:25 +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