Skip to content
8 changes: 8 additions & 0 deletions compose/2.4.6/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,14 @@ services:
- magento
command: redis-server --appendonly yes

mailpit:
image: axllent/mailpit:v1.29.0
ports:
- "8025:8025"
- "1025:1025"
networks:
- magento

volumes:
db_data:
opensearch_data:
Expand Down
8 changes: 8 additions & 0 deletions compose/2.4.7/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,14 @@ services:
- magento
command: redis-server --appendonly yes

mailpit:
image: axllent/mailpit:v1.29.0
ports:
- "8025:8025"
- "1025:1025"
networks:
- magento

volumes:
db_data:
opensearch_data:
Expand Down
8 changes: 8 additions & 0 deletions compose/2.4.8/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,14 @@ services:
- magento
command: valkey-server --appendonly yes

mailpit:
image: axllent/mailpit:v1.29.0
ports:
- "8025:8025"
- "1025:1025"
networks:
- magento

volumes:
db_data:
opensearch_data:
Expand Down
8 changes: 8 additions & 0 deletions compose/2.4.9/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,14 @@ services:
- magento
command: valkey-server --appendonly yes

mailpit:
image: axllent/mailpit:v1.29.0
ports:
- "8025:8025"
- "1025:1025"
networks:
- magento

volumes:
db_data:
opensearch_data:
Expand Down
4 changes: 4 additions & 0 deletions devcontainer.json.sample
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"service": "php",
"forwardPorts": [
"nginx:8000",
"mailpit:8025",
3306,
9200,
5672,
Expand All @@ -31,6 +32,9 @@
},
"6379": {
"label": "Redis/Valkey"
},
"mailpit:8025": {
"label": "Mailpit"
}
},
"customizations": {
Expand Down
Loading