Skip to content

Commit

Permalink
add mailpit service
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosjfernandes committed Jul 4, 2024
1 parent fecb6bb commit 70de4a9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@ services:
- ping
retries: 3
timeout: 5s
mailpit:
image: 'axllent/mailpit:latest'
ports:
- '${FORWARD_MAILPIT_PORT:-1025}:1025'
- '${FORWARD_MAILPIT_DASHBOARD_PORT:-8025}:8025'
networks:
- sail
networks:
sail:
driver: bridge
Expand Down

0 comments on commit 70de4a9

Please sign in to comment.