Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add basic Mautic setup with plugins example #285

Open
wants to merge 2 commits into
base: mautic5
Choose a base branch
from

Commits on May 20, 2024

  1. Add basic Mautic setup with plugins example

    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.
    renanwilliam committed May 20, 2024
    Configuration menu
    Copy the full SHA
    a27f3ab View commit details
    Browse the repository at this point in the history
  2. Remove volume instruction in Dockerfile

    This commit removes the volume instruction from the Dockerfile. This is because the volume instruction was unnecessarily creating a persistent volume for the data, which isn't required for this basic example with plugins.
    renanwilliam committed May 20, 2024
    Configuration menu
    Copy the full SHA
    d7aa94c View commit details
    Browse the repository at this point in the history