Skip to content

Commit

Permalink
test: add mailpit
Browse files Browse the repository at this point in the history
  • Loading branch information
WannaFight committed Apr 1, 2024
1 parent b1d0274 commit 3ce2144
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@ version: "3.9"
name: greenlight

services:
mailpit:
image: axllent/mailpit
container_name: mailpit
restart: always
ports:
- "8025:8025"
- "1025:1025"
environment:
MP_MAX_MESSAGES: 5000
MP_SMTP_AUTH_ACCEPT_ANY: 1
MP_SMTP_AUTH_ALLOW_INSECURE: 1
db:
image: postgres:13.1-alpine
volumes:
Expand Down

0 comments on commit 3ce2144

Please sign in to comment.