Skip to content

Commit dc6a710

Browse files
authored
fix: #458 Fix sending emails on local env and replace Mailcatcher image (#476)
1 parent 33a6d05 commit dc6a710

File tree

3 files changed

+6
-17
lines changed

3 files changed

+6
-17
lines changed

docker-compose.local.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ services:
4141
- ./packages/workers/.env
4242
environment:
4343
- AWS_ENDPOINT_URL=http://localstack:4566
44+
- ENV_STAGE=${ENV_STAGE:-}
4445

4546
depends_on:
4647
- db
@@ -72,8 +73,7 @@ services:
7273
- db
7374

7475
mailcatcher:
75-
platform: linux/amd64
76-
build: ./packages/internal/mailcatcher
76+
image: sj26/mailcatcher:v0.9.0
7777
ports:
7878
- "1080:1080"
7979
- "1025:1025"

packages/internal/local-ws-server/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -887,10 +887,10 @@ wrappy@1:
887887
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
888888
integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==
889889

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

895895
yallist@^4.0.0:
896896
version "4.0.0"

packages/internal/mailcatcher/Dockerfile

-11
This file was deleted.

0 commit comments

Comments
 (0)