Skip to content

Commit

Permalink
fix: pass env variables in docker-compose
Browse files Browse the repository at this point in the history
Signed-off-by: Chirag Ghosh <cghosh828049@gmail.com>
  • Loading branch information
chirag-ghosh committed Jun 17, 2024
1 parent 8e94777 commit abfa28e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ services:
heimdall:
build: "."
restart: always
environment:
- TOTP_SECRET_KEY=${TOTP_SECRET_KEY}
- JWT_SECRET_KEY=${JWT_SECRET_KEY}
- OTP_VALIDITY_PERIOD=${OTP_VALIDITY_PERIOD}
- RESEND_OTP_COOLDOWN=${RESEND_OTP_COOLDOWN}
networks:
metaploy-network:
aliases:
Expand Down

0 comments on commit abfa28e

Please sign in to comment.