chore: docker-compose mailpit, env.example, README auth section
This commit is contained in:
10
docker-compose.yml
Normal file
10
docker-compose.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
mailpit:
|
||||
image: axllent/mailpit:latest
|
||||
container_name: flashcard-mailpit
|
||||
ports:
|
||||
- "1025:1025" # SMTP
|
||||
- "8025:8025" # Web UI
|
||||
environment:
|
||||
MP_MAX_MESSAGES: 5000
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user