Hacker News new | ask | show | jobs
by Kovah 1929 days ago
I cannot use the docker-compose setup they provide on my server, because it interferes with my existing Docker containers. Settting up the Clickhouse container never worked because Plausible wasn't able to connect properly to it. After researching for hours, I gave up. Not sure what the issues was.
2 comments

Have you tried putting it into a different user namespace than your current docker containers? https://docs.docker.com/engine/security/userns-remap/
Nope, I just gave up after some hours.
I've been self-hosting Plausible for a few months now, but you're right - there's a bit of fiddling to get everything working. I ended up creating dedicated hosts for the Clickhouse and Postgres databases, and then playing with the connection strings in the Plausible container to connect to them.