I'm trying to run matomo in a dokku instance with https://github.com/rclement/dokku-matomo
This dokku setup is using a docker image: https://github.com/crazy-max/docker-matomo
The above dokku setup uses quite an old version of the docker-matomo image (3.5.1). I attempted to update the Dockerfile to pull crazymax/matomo:latest
(3.13.4-RC1), which seemed to work but now my Dokku container returns an nginx 404.
From what I understand from this issue: https://github.com/crazy-max/docker-matomo/issues/14 there needs to be an update to the configuration of the traefik.frontend.rule=Host:matomo.example.com
variable in docker-compose.yml
to point to my Dokku hostname.
I've tried editing and placing the docker-compose.yml
file in the root of my Dokku repository, but it seems to have no effect. My confusion lies in how to use docker-compose
with Dokku?
--link
them. With large compose files, perhaps there should be a tool. – Pudgy