Compare commits

..

2 commits

Author SHA1 Message Date
Benjamin Nussbaum
81afc42481 chore(docker): add instructions on how to generate an APP_KEY
Some checks are pending
tests / ci (push) Waiting to run
2026-03-03 17:11:21 +01:00
Benjamin Nussbaum
64955da51b chore: update dependencies 2026-03-03 17:10:27 +01:00
2 changed files with 12 additions and 11 deletions

22
composer.lock generated
View file

@ -9070,16 +9070,16 @@
}, },
{ {
"name": "laravel/boost", "name": "laravel/boost",
"version": "v2.2.1", "version": "v2.2.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/boost.git", "url": "https://github.com/laravel/boost.git",
"reference": "e27f1616177377fef95296620530c44a7dda4df9" "reference": "2b0366559e9ff591c65ea0321dfb91fd950c2cbd"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/boost/zipball/e27f1616177377fef95296620530c44a7dda4df9", "url": "https://api.github.com/repos/laravel/boost/zipball/2b0366559e9ff591c65ea0321dfb91fd950c2cbd",
"reference": "e27f1616177377fef95296620530c44a7dda4df9", "reference": "2b0366559e9ff591c65ea0321dfb91fd950c2cbd",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -9088,7 +9088,7 @@
"illuminate/contracts": "^11.45.3|^12.41.1", "illuminate/contracts": "^11.45.3|^12.41.1",
"illuminate/routing": "^11.45.3|^12.41.1", "illuminate/routing": "^11.45.3|^12.41.1",
"illuminate/support": "^11.45.3|^12.41.1", "illuminate/support": "^11.45.3|^12.41.1",
"laravel/mcp": "^0.5.1", "laravel/mcp": "^0.5.1|^0.6.0",
"laravel/prompts": "^0.3.10", "laravel/prompts": "^0.3.10",
"laravel/roster": "^0.5.0", "laravel/roster": "^0.5.0",
"php": "^8.2" "php": "^8.2"
@ -9132,20 +9132,20 @@
"issues": "https://github.com/laravel/boost/issues", "issues": "https://github.com/laravel/boost/issues",
"source": "https://github.com/laravel/boost" "source": "https://github.com/laravel/boost"
}, },
"time": "2026-02-25T16:07:36+00:00" "time": "2026-03-03T14:36:03+00:00"
}, },
{ {
"name": "laravel/mcp", "name": "laravel/mcp",
"version": "v0.5.9", "version": "v0.6.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/mcp.git", "url": "https://github.com/laravel/mcp.git",
"reference": "39e8da60eb7bce4737c5d868d35a3fe78938c129" "reference": "28860a10ca0cc5433e25d897ba7af844e6c7b6a2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/mcp/zipball/39e8da60eb7bce4737c5d868d35a3fe78938c129", "url": "https://api.github.com/repos/laravel/mcp/zipball/28860a10ca0cc5433e25d897ba7af844e6c7b6a2",
"reference": "39e8da60eb7bce4737c5d868d35a3fe78938c129", "reference": "28860a10ca0cc5433e25d897ba7af844e6c7b6a2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -9205,7 +9205,7 @@
"issues": "https://github.com/laravel/mcp/issues", "issues": "https://github.com/laravel/mcp/issues",
"source": "https://github.com/laravel/mcp" "source": "https://github.com/laravel/mcp"
}, },
"time": "2026-02-17T19:05:53+00:00" "time": "2026-02-24T08:43:06+00:00"
}, },
{ {
"name": "laravel/pail", "name": "laravel/pail",

View file

@ -4,6 +4,7 @@ services:
ports: ports:
- "4567:8080" - "4567:8080"
environment: environment:
# Generate the APP_KEY with `echo "base64:$(openssl rand -base64 32)"`
#- APP_KEY= #- APP_KEY=
- PHP_OPCACHE_ENABLE=1 - PHP_OPCACHE_ENABLE=1
- TRMNL_PROXY_REFRESH_MINUTES=15 - TRMNL_PROXY_REFRESH_MINUTES=15