File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -92,6 +92,14 @@ services:
9292 - magento
9393 command : redis-server --appendonly yes
9494
95+ mailpit :
96+ image : axllent/mailpit:v1.29.0
97+ ports :
98+ - " 8025:8025"
99+ - " 1025:1025"
100+ networks :
101+ - magento
102+
95103volumes :
96104 db_data :
97105 opensearch_data :
Original file line number Diff line number Diff line change @@ -92,6 +92,14 @@ services:
9292 - magento
9393 command : redis-server --appendonly yes
9494
95+ mailpit :
96+ image : axllent/mailpit:v1.29.0
97+ ports :
98+ - " 8025:8025"
99+ - " 1025:1025"
100+ networks :
101+ - magento
102+
95103volumes :
96104 db_data :
97105 opensearch_data :
Original file line number Diff line number Diff line change @@ -92,6 +92,14 @@ services:
9292 - magento
9393 command : valkey-server --appendonly yes
9494
95+ mailpit :
96+ image : axllent/mailpit:v1.29.0
97+ ports :
98+ - " 8025:8025"
99+ - " 1025:1025"
100+ networks :
101+ - magento
102+
95103volumes :
96104 db_data :
97105 opensearch_data :
Original file line number Diff line number Diff line change @@ -92,6 +92,14 @@ services:
9292 - magento
9393 command : valkey-server --appendonly yes
9494
95+ mailpit :
96+ image : axllent/mailpit:v1.29.0
97+ ports :
98+ - " 8025:8025"
99+ - " 1025:1025"
100+ networks :
101+ - magento
102+
95103volumes :
96104 db_data :
97105 opensearch_data :
Original file line number Diff line number Diff line change 1010 "service": "php",
1111 "forwardPorts": [
1212 "nginx:8000",
13+ "mailpit:8025",
1314 3306,
1415 9200,
1516 5672,
3132 },
3233 "6379": {
3334 "label": "Redis/Valkey"
35+ },
36+ "mailpit:8025": {
37+ "label": "Mailpit"
3438 }
3539 },
3640 "customizations": {
You can’t perform that action at this time.
0 commit comments