Go to file
m3tam3re 258741d690 first commit 2024-02-28 19:29:49 +01:00
.env first commit 2024-02-28 19:29:49 +01:00
.mautic_env first commit 2024-02-28 19:29:49 +01:00
README.org first commit 2024-02-28 19:29:49 +01:00
docker-compose.yml first commit 2024-02-28 19:29:49 +01:00

README.org

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.

  1. Create a new stack in Portainer
  2. Choose Upload and upload docker-compose.yml from this repo
  3. Upload .env and .mautic_env with Load variables from .env file
  4. Change the environment variables where necessary
  5. Deploy the stack
  6. IMPORTANT: When doing a fresh install stop mautic_cron and mautic_worker otherwise the installtion will fail with a SQL error
  7. Start mautic_cron and mautic_worker again after successfull installation
  8. Have Fun 🙂