mirror of
https://github.com/Kugelschieber/docker.git
synced 2026-09-13 11:01:53 +00:00
Added MailPit in favor of MailHog.
This commit is contained in:
@@ -3,7 +3,7 @@ volumes:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
clickhouse:
|
clickhouse:
|
||||||
image: clickhouse/clickhouse-server:26.3
|
image: clickhouse/clickhouse-server:26.5
|
||||||
container_name: clickhouse
|
container_name: clickhouse
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ulimits:
|
ulimits:
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,15 @@
|
|||||||
|
services:
|
||||||
|
mailhog:
|
||||||
|
image: axllent/mailpit
|
||||||
|
container_name: mailpit
|
||||||
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
- ./data:/data
|
||||||
|
ports:
|
||||||
|
- 1025:1025
|
||||||
|
- 8025:8025
|
||||||
|
environment:
|
||||||
|
MP_MAX_MESSAGES: 5000
|
||||||
|
MP_DATABASE: /data/mailpit.db
|
||||||
|
MP_SMTP_AUTH_ACCEPT_ANY: 1
|
||||||
|
MP_SMTP_AUTH_ALLOW_INSECURE: 1
|
||||||
Reference in New Issue
Block a user