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