This repo is just a quick edit of the basic docker template from the official docker-mautic repo.
Please check https://github.com/mautic/docker-mautic for more information and documentation
Installation
This repo is an example on how to install mautic v5 with portainer.
- Create a new stack in Portainer
- Choose Upload and upload docker-compose.yml from this repo
- Upload .env and .mautic_env with Load variables from .env file
- Change the environment variables where necessary
- Deploy the stack
- IMPORTANT: When doing a fresh install stop mautic_cron and mautic_worker otherwise the installtion will fail with a SQL error
- Start mautic_cron and mautic_worker again after successfull installation
- Have Fun 🙂
Description