Merge pull request #3816 from wkng/main

update plausible template
This commit is contained in:
🏔️ Peak 2024-10-09 21:34:46 +02:00 committed by GitHub
commit 53691083a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 7 additions and 6 deletions

View file

@ -7,7 +7,7 @@
// The release version of your application
// Example with dynamic git hash: trim(exec('git --git-dir ' . base_path('.git') . ' log --pretty="%h" -n1 HEAD'))
'release' => '4.0.0-beta.358',
'release' => '4.0.0-beta.357',
// When left empty or `null` the Laravel environment will be used
'environment' => config('app.env'),

View file

@ -1,3 +1,3 @@
<?php
return '4.0.0-beta.357';
return '4.0.0-beta.358';

View file

@ -6,7 +6,7 @@
services:
plausible:
image: "ghcr.io/plausible/community-edition:v2.1"
image: "ghcr.io/plausible/community-edition:v2.1.4"
command: 'sh -c "sleep 10 && /entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh run"'
environment:
- SERVICE_FQDN_PLAUSIBLE
@ -22,7 +22,7 @@ services:
image: bytemark/smtp
plausible_db:
image: "postgres:14-alpine"
image: "postgres:16-alpine"
volumes:
- "db-data:/var/lib/postgresql/data"
environment:

View file

@ -1,10 +1,11 @@
{
"coolify": {
"v4": {
"version": "4.0.0-beta.358"
"version": "4.0.0-beta.357"
},
"nightly": {
"version": "4.0.0-beta.359"
"version": "4.0.0-beta.358"
},
"helper": {
"version": "1.0.2"