Statefull
If you want to cache the email addresses in a database you should use this.
You could easily run it with docker-compose.
- Download the docker-compose file
wget https://raw.githubusercontent.com/azolf/checkme.email/main/examples/docker-compose.yml
- Run the setup
docker compose run --rm checkme /app/bin/setup
- Fire up the containers
docker compose up -d