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
4 changed files with 7 additions and 6 deletions

View File

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

View File

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

View File

@@ -6,7 +6,7 @@
services: services:
plausible: 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"' command: 'sh -c "sleep 10 && /entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh run"'
environment: environment:
- SERVICE_FQDN_PLAUSIBLE - SERVICE_FQDN_PLAUSIBLE
@@ -22,7 +22,7 @@ services:
image: bytemark/smtp image: bytemark/smtp
plausible_db: plausible_db:
image: "postgres:14-alpine" image: "postgres:16-alpine"
volumes: volumes:
- "db-data:/var/lib/postgresql/data" - "db-data:/var/lib/postgresql/data"
environment: environment:

View File

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