This is a simple docker-compose setup for Listmonk, a standalone, self-hosted, newsletter and mailing list manager. It is fast, feature-rich, and packed into a single binary. It uses a PostgreSQL database to store data.
- Health check for all included services
- Sample configurations
- Local persitation of uploaded files and database
- Local testing It includes a compose file for local development.
- Production ready It includes a compose file for production.
- Production traefik It includes a compose file for production with traefik as reverse proxy.
- Docker
- Docker Compose
Copy the .env.sample file to .env and change the content to your needs.
cp .env.sample .envdocker compose -f docker-compose.local.yml up -ddocker compose up -d