@@ -7,7 +7,7 @@ return [
|
||||
|
||||
// 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'),
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
<?php
|
||||
return '4.0.0-beta.357';
|
||||
|
||||
return '4.0.0-beta.358';
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user