chore: pass PULSE_API_KEY to backend container
This commit is contained in:
parent
01da433723
commit
01b6c18f58
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ services:
|
|||
JWT_REFRESH_EXPIRY: 7d
|
||||
NODE_ENV: production
|
||||
PORT: 3000
|
||||
PULSE_API_KEY: ${PULSE_API_KEY}
|
||||
depends_on:
|
||||
db:
|
||||
condition: service_healthy
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue