Skip to content

Commit

Permalink
Merge pull request #1316 from mezotv/patch-2
Browse files Browse the repository at this point in the history
feat(template): update plausible
  • Loading branch information
Siumauricio authored Feb 15, 2025
2 parents 2b5a1d9 + bf6c269 commit 12034e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions apps/dokploy/templates/plausible/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.8"
services:
plausible_db:
image: postgres:16-alpine
Expand All @@ -24,7 +23,7 @@ services:
hard: 262144

plausible:
image: ghcr.io/plausible/community-edition:v2.1.4
image: ghcr.io/plausible/community-edition:v2.1.5
restart: always
command: sh -c "sleep 10 && /entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh run"
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion apps/dokploy/templates/templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const templates: TemplateData[] = [
{
id: "plausible",
name: "Plausible",
version: "v2.1.4",
version: "v2.1.5",
description:
"Plausible is a open source, self-hosted web analytics platform that lets you track website traffic and user behavior.",
logo: "plausible.svg",
Expand Down

0 comments on commit 12034e4

Please sign in to comment.