Docker compose configs for Plausible analytics
Go to file
birjolaxew 4ff0b7fbfc
Change Plausible to not bind to port 80 by default
This is done in preparation for adding reverse-proxy configurations
Unfortunately a later docker-compose file cannot *remove* a port
binding, so it has to be removed in the root file.
If there is interest, the 80:8000 binding can be re-added in a
new docker-compose overwrite file.
2020-10-30 05:30:23 +01:00
geoip Remove useless links 2020-10-16 11:15:49 +02:00
README.md Initial commit 2020-10-01 11:13:13 +03:00
docker-compose.yml Change Plausible to not bind to port 80 by default 2020-10-30 05:30:23 +01:00
plausible-conf.env Add clickhouse config 2020-10-02 10:27:55 +03:00

README.md

Plausible Analytics setup examples

This repository acts as a a template to get up and running with Plausible Analytics.

How to use

Find instructions on how to run Plausible Analytics Self Hosted in our docs.

Contributing

We are always looking to expand on the options and setups provided here. Feel free to open an issue or PR if you feel something could be improved.