Skip to content

Commit

Permalink
fix: #458 Fix sending emails on local env and replace Mailcatcher ima…
Browse files Browse the repository at this point in the history
…ge (#476)
  • Loading branch information
mkleszcz authored Feb 13, 2024
1 parent 33a6d05 commit dc6a710
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 17 deletions.
4 changes: 2 additions & 2 deletions docker-compose.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ services:
- ./packages/workers/.env
environment:
- AWS_ENDPOINT_URL=http://localstack:4566
- ENV_STAGE=${ENV_STAGE:-}

depends_on:
- db
Expand Down Expand Up @@ -72,8 +73,7 @@ services:
- db

mailcatcher:
platform: linux/amd64
build: ./packages/internal/mailcatcher
image: sj26/mailcatcher:v0.9.0
ports:
- "1080:1080"
- "1025:1025"
Expand Down
8 changes: 4 additions & 4 deletions packages/internal/local-ws-server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -887,10 +887,10 @@ wrappy@1:
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==

ws@^8.14.1:
version "8.14.2"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.14.2.tgz#6c249a806eb2db7a20d26d51e7709eab7b2e6c7f"
integrity sha512-wEBG1ftX4jcglPxgFCMJmZ2PLtSbJ2Peg6TmpJFTbe9GZYOQCDPdMYu/Tm0/bGZkw8paZnJY45J4K2PZrLYq8g==
ws@^8.14.2:
version "8.16.0"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.16.0.tgz#d1cd774f36fbc07165066a60e40323eab6446fd4"
integrity sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==

yallist@^4.0.0:
version "4.0.0"
Expand Down
11 changes: 0 additions & 11 deletions packages/internal/mailcatcher/Dockerfile

This file was deleted.

0 comments on commit dc6a710

Please sign in to comment.