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

Conversation

renanwilliam
Copy link

@renanwilliam renanwilliam commented May 20, 2024

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

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.
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant