Skip to content

Commit

Permalink
ci: bump mailhog to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amille44420 committed Jun 13, 2022
1 parent 62c3520 commit 18ff397
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ partials:
DOTENV_DISABLE: true
APP_DB_URI: mongodb://root:[email protected]:27017
APP_SESSION_SECRET: localSecret
APP_SMTP_HOST: mailhog
APP_SMTP_PORT: 1025
APP_STORAGE_ENDPOINT: localhost
APP_STORAGE_PORT: 9000
Expand Down Expand Up @@ -38,6 +39,8 @@ executors:
command: redis-server --appendonly yes
- image: appvantage/html2pdf-service:1.5.1
name: html2pdf
- image: mailhog/mailhog:v1.0.1
name: mailhog
cypress-standalone:
docker:
- image: cypress/browsers:node16.14.0-slim-chrome99-ff97
Expand All @@ -55,6 +58,8 @@ executors:
command: redis-server --appendonly yes
- image: appvantage/html2pdf-service:1.5.1
name: html2pdf
- image: mailhog/mailhog:v1.0.1
name: mailhog

jobs:
deps-install:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
image: appvantage/html2pdf-service:1.5.1

mail:
image: mailhog/mailhog:v1.0.0
image: mailhog/mailhog:v1.0.1

redis:
image: redis:7.0.0
Expand Down

0 comments on commit 18ff397

Please sign in to comment.