Docker Setup
If you need to set up Listmonk using Docker, you can use the included Docker Compose configuration.
Quick Docker Setup
-
Use the provided Docker Compose file:
-
Start Listmonk:
-
Access Listmonk:
- Open http://localhost:9000
- Follow the setup wizard
- Create an admin user
- Go to Settings → Users to create API credentials
Docker Compose Configuration
The provided configuration includes:
- Listmonk: Newsletter management application
- PostgreSQL: Database backend
- Persistent volumes: For data retention
- Environment variables: Pre-configured for development
API Setup
After Listmonk is running:
- Access the admin panel at http://localhost:9000
- Go to Settings → Users
- Create a new API user with appropriate permissions
- Generate an API token
- Use these credentials in your MCP configuration
Production Considerations
For production deployment:
- Change default passwords
- Use proper SSL certificates
- Configure proper backup strategies
- Review security settings
- Use environment-specific configuration files