Multistage Dockerfile (FrankenPHP + Octane + Horizon + Reverb) with
docker-compose wiring 6 services: app, mariadb, qdrant, ollama, redis,
traefik. All data mounts to .core/vm/mnt/{config,data,log}. Traefik
routes *.lthn.sh with self-signed TLS. Setup script handles first-run
bootstrap including cert generation and embedding model pull.
Co-Authored-By: Virgil <virgil@lethean.io>
12 lines
328 B
INI
12 lines
328 B
INI
; PHP settings for Laravel Octane (FrankenPHP)
|
|
opcache.enable=1
|
|
opcache.memory_consumption=256
|
|
opcache.interned_strings_buffer=64
|
|
opcache.max_accelerated_files=32531
|
|
opcache.validate_timestamps=0
|
|
opcache.save_comments=1
|
|
opcache.jit=1255
|
|
opcache.jit_buffer_size=256M
|
|
memory_limit=512M
|
|
upload_max_filesize=100M
|
|
post_max_size=100M
|