mautic / docker-mautic

Docker Image for Mautic
https://www.mautic.org
370 stars 278 forks source link

Add basic Mautic setup with plugins example #285

Open renanwilliam opened 4 months ago

renanwilliam commented 4 months ago

This commit introduces a docker-compose setup example for Mautic with plugins. It includes a .mautic_env for environment variables configuration, a docker-compose.yml for the Mautic service setup, a Dockerfile for the Mautic Docker image, and a .gitkeep file in the plugins directory. A .env file with basic environment configuration is also included.

See #284