Initial
This commit is contained in:
commit
3f60b72c3b
48 changed files with 6599 additions and 0 deletions
16
compose/plausible.yml
Normal file
16
compose/plausible.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue