Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
RaceFPV committed Dec 4, 2024
1 parent dbb49fd commit 910ba43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ ENTRYPOINT npm run dev
ENV [email protected]
ENV EMAIL_PASS=your-16-char-app-password
ENV SITE_URL=http://localhost:3000
ENV ENV_NAME=development
ENV SMTP_HOST=localhost
ENV SMTP_PORT=25
ENV SMTP_USER=
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
- CAPTCHA_SECRET=YOURCAPTCHASECRET
- SMTP_HOST=mailhog
- SMTP_PORT=1025
- SMTP_FROM=noreply@blueprintnotincluded.com
- SMTP_FROM=help@blueprintnotincluded.com
links:
- "mongodb-bpni:database"
- "mailhog:mailhog"
Expand Down

0 comments on commit 910ba43

Please sign in to comment.