Fix env injection
Test / test (push) Successful in 1m4s
Details
Test / test (push) Successful in 1m4s
Details
This commit is contained in:
parent
683c685b7d
commit
f78d448a0b
|
|
@ -3,6 +3,7 @@ services:
|
||||||
build: .
|
build: .
|
||||||
ports:
|
ports:
|
||||||
- "9000:3000"
|
- "9000:3000"
|
||||||
|
env_file: ".env"
|
||||||
database:
|
database:
|
||||||
image: postgres:16
|
image: postgres:16
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue