Initial
Some checks failed
Build and Publish Docker Image / test (push) Failing after 5s
Build and Publish Docker Image / build-and-push (push) Has been skipped
Build and Publish Docker Image / security-scan (push) Has been skipped

This commit is contained in:
Andras Schmelczer 2026-03-23 07:44:26 +00:00
commit 3f60b72c3b
48 changed files with 6599 additions and 0 deletions

16
compose/plausible.yml Normal file
View file

@ -0,0 +1,16 @@
# copied from https://github.com/plausible/hosting/tree/master
name: active
services:
plausible:
image: plausible/analytics:v2.0.0
plausible_db:
image: postgres:14-alpine
plausible_events_db:
image: clickhouse/clickhouse-server:23.3.7.5-alpine
networks:
local-network:
plausible-network:
internal: true