Compose-Examples/examples/plausible/README.md

18 lines
563 B
Markdown
Raw Normal View History

2023-02-23 00:02:20 +00:00
# References
2023-02-15 21:45:31 +00:00
2023-02-23 00:02:20 +00:00
- https://github.com/plausible/analytics
2024-02-07 09:01:02 +00:00
# Notes
You have to place two clickhouse configuration files at the corresponding Docker bind volume mounts before starting the stack:
````
wget https://raw.githubusercontent.com/plausible/hosting/master/clickhouse/clickhouse-config.xml
wget https://raw.githubusercontent.com/plausible/hosting/master/clickhouse/clickhouse-user-config.xml
mv clickhouse-config.xml /mnt/docker-volumes/plausible/clickhouse/.
mv clickhouse-user-config.xml /mnt/docker-volumes/plausible/clickhouse/.
docker compose up
````