Compare commits

...

2 commits

Author SHA1 Message Date
Benjamin Nussbaum
10effba08c chore(docker): add instructions on how to generate an APP_KEY
Some checks failed
tests / ci (push) Has been cancelled
2026-03-06 14:35:56 +01:00
Benjamin Nussbaum
00f5c8b01e chore: update dependencies 2026-03-06 14:35:56 +01:00
2 changed files with 198 additions and 198 deletions

395
composer.lock generated

File diff suppressed because it is too large Load diff

View file

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