diff --git a/recipes.json b/recipes.json index 419c402..9bb1cf4 100755 --- a/recipes.json +++ b/recipes.json @@ -7343,7 +7343,40 @@ "name": "plausible", "repository": "https://git.coopcloud.tech/coop-cloud/plausible.git", "ssh_url": "ssh://git@git.coopcloud.tech:2222/coop-cloud/plausible.git", - "versions": [], + "versions": [ + { + "1.1.0+1.5.1": { + "app": { + "image": "plausible/analytics", + "tag": "v1.5.1" + }, + "db": { + "image": "postgres", + "tag": "13.11-alpine" + }, + "plausible_events_db": { + "image": "clickhouse/clickhouse-server", + "tag": "23.4.2.11-alpine" + } + } + }, + { + "2.0.0+1.5.1": { + "app": { + "image": "plausible/analytics", + "tag": "v1.5.1" + }, + "db": { + "image": "postgres", + "tag": "13.11" + }, + "plausible_events_db": { + "image": "clickhouse/clickhouse-server", + "tag": "23.4.2.11-alpine" + } + } + } + ], "website": "https://github.com/plausible/analytics/" }, "portainer": { @@ -9329,4 +9362,4 @@ ], "website": "https://github.com/znc/znc" } -} +} \ No newline at end of file