mirror of
https://github.com/Kugelschieber/docker.git
synced 2026-07-15 13:51:29 +00:00
Added MailPit in favor of MailHog.
This commit is contained in:
@@ -3,7 +3,7 @@ volumes:
|
||||
|
||||
services:
|
||||
clickhouse:
|
||||
image: clickhouse/clickhouse-server:26.3
|
||||
image: clickhouse/clickhouse-server:26.5
|
||||
container_name: clickhouse
|
||||
restart: unless-stopped
|
||||
ulimits:
|
||||
|
||||
BIN
mailpit/data/mailpit.db
Normal file
BIN
mailpit/data/mailpit.db
Normal file
Binary file not shown.
BIN
mailpit/data/mailpit.db-shm
Normal file
BIN
mailpit/data/mailpit.db-shm
Normal file
Binary file not shown.
BIN
mailpit/data/mailpit.db-wal
Normal file
BIN
mailpit/data/mailpit.db-wal
Normal file
Binary file not shown.
15
mailpit/docker-compose.yml
Normal file
15
mailpit/docker-compose.yml
Normal file
@@ -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