Skip to content

Commit db878f7

Browse files
authored
Update docker-compose.yml
1 parent 1758258 commit db878f7

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docker-compose.yml

+11-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,17 @@ services:
169169
- ${METABASE_PORT}:3000
170170
volumes:
171171
- metabase-data:/metabase-data
172-
172+
173+
mailhog:
174+
image: mailhog/mailhog:${MAILHOG_TAG}
175+
container_name: ${PROJECT_NAME}-mailhog
176+
hostname: mailhog
177+
restart: always
178+
stop_grace_period: 10s
179+
ports:
180+
- ${MAILHOG_SMTP_PORT}:1025
181+
- ${MAILHOG_HTTP_PORT}:8025
182+
173183
networks:
174184
default:
175185
name: $PROJECT_NAME

0 commit comments

Comments
 (0)