Skip to content

Commit 00314f6

Browse files
add mailpit service
1 parent 4bbc180 commit 00314f6

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## WIP
44
- add new service for golang
5+
- add new service for mailpit
56

67
## 0.1.4
78

local/docker-compose.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ services:
8181
# - ${MYSQL_SERVER_NAME}-server:${IP_MYSQL_SERVER}
8282
# - ${REDIS_SERVER_NAME}-server:${IP_REDIS_SERVER}
8383
# - ${MAILHOG_SERVICE_NAME}-server:${IP_MAILHOG_SERVICE}
84+
# - ${MAILPIT_SERVICE_NAME}-server:${IP_MAILPIT_SERVICE}
8485
# - ${ELASTICSEARCH_SERVICE_NAME}-server:${IP_ELASTICSEARCH_SERVICE}
8586
# - ${PROJECT_HOSTNAME}:${IP_WEB_SERVER}
8687

@@ -191,6 +192,17 @@ services:
191192
# app_net:
192193
# ipv4_address: ${IP_MAILHOG_SERVICE}
193194

195+
# ------------------------------------------------------------
196+
# mailpit
197+
# ------------------------------------------------------------
198+
# mailhog:
199+
# container_name: ${COMPOSE_PROJECT_NAME}_${MAILPIT_SERVICE_NAME}
200+
# image: ${MAILPIT_SERVICE}
201+
#
202+
# networks:
203+
# app_net:
204+
# ipv4_address: ${IP_MAILPIT_SERVICE}
205+
194206
# ------------------------------------------------------------
195207
# elasticsearch
196208
# ------------------------------------------------------------

local/env.dist

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ REDIS_SERVER=redis:latest
6060
REDIS_COMMANDER_SERVER=rediscommander/redis-commander
6161
PHPMYADMIN_SERVICE=phpmyadmin/phpmyadmin
6262
MAILHOG_SERVICE=mailhog/mailhog
63+
MAILPIT_SERVICE=axllent/mailpit
6364
ELASTICSEARCH_SERVICE=docker.elastic.co/elasticsearch/elasticsearch-oss:7.5.2
6465
ELASTICSEARCH_HQ_SERVICE=elastichq/elasticsearch-hq
6566
NGROK_SERVICE=giuseppemorelli/devbox-ngrok
@@ -79,6 +80,7 @@ REDIS_SERVER_NAME=redis
7980
REDIS_COMMANDER_SERVER_NAME=redis-commander
8081
PHPMYADMIN_SERVICE_NAME=phpmyadmin
8182
MAILHOG_SERVICE_NAME=mailhog
83+
MAILPIT_SERVICE_NAME=mailpit
8284
ELASTICSEARCH_SERVICE_NAME=elasticsearch
8385
ELASTICSEARCH_HQ_SERVICE_NAME=elasticsearch-hq
8486
NGROK_SERVICE_NAME=ngrok
@@ -176,4 +178,5 @@ IP_NGROK_SERVICE=172.16.250.18
176178
IP_NODE_SERVER=172.16.250.19
177179
IP_NOCODB_SERVICE=172.16.250.20
178180
IP_GOLANG=172.16.250.21
181+
IP_MAILPIT_SERVICE=172.16.250.22
179182
IP_CUSTOM_SERVICE=172.16.250.200

0 commit comments

Comments
 (0)