Update (#9)
This commit is contained in:
@@ -29,7 +29,7 @@ REDIS_PASSWORD=null
|
||||
REDIS_PORT=6379
|
||||
|
||||
MAIL_MAILER=smtp
|
||||
MAIL_HOST=mailhog
|
||||
MAIL_HOST=mailpit
|
||||
MAIL_PORT=1025
|
||||
MAIL_USERNAME=null
|
||||
MAIL_PASSWORD=null
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
- PHP v8.2.6
|
||||
- MySQL v8.0
|
||||
- MariaDB v10.11
|
||||
- Mailhog v1.0.1
|
||||
- Mailpit v1.8.2
|
||||
|
||||
# Requirements
|
||||
- Stable version of [Docker](https://docs.docker.com/engine/install/)
|
||||
|
||||
@@ -67,11 +67,11 @@ services:
|
||||
# MYSQL_PASSWORD: laravel_db_pass
|
||||
|
||||
####################################################################################################
|
||||
# MailHog
|
||||
# Mailpit
|
||||
####################################################################################################
|
||||
mailhog:
|
||||
container_name: laravel_mailhog
|
||||
image: mailhog/mailhog:latest
|
||||
mail:
|
||||
container_name: laravel_mailpit
|
||||
image: axllent/mailpit:latest
|
||||
ports:
|
||||
- "8025:8025"
|
||||
- "1025:1025"
|
||||
- 8025:8025
|
||||
- 1025:1025
|
||||
|
||||
Reference in New Issue
Block a user