angristan / angristan/larafeed

Error : Laravel Octane FrankenPHP fails to start - Unable to locate configuration file

Open
#588 6 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
66
Forks
4
PR merge metrics
No merged PRs in 30d

Description

### ๐Ÿ  Larafeed Homelab Setup Issue - FrankenPHP Configuration Missing
### ๐Ÿ‘‹ Context
I'm trying to run Larafeed on my homelab setup with the following configuration:

- ๐Ÿณ Standalone Docker deployment
- ๐Ÿ”ง Komodo installed for management
- ๐Ÿ” Tailscale with TSD for networking

### โš™๏ธ My Configuration
**Docker Compose**: [docker-compose.yml](https://github.com/user-attachments/files/24408472/docker-compose.yml)

- โŒ Removed `external_network `(didn't think I needed it?)
- โœ… Added TSD configuration for Tailscale compatibility

**Environment**: Using `deploy/.env.compose` with modified:

- `APP_URL`
- `IMGPROXY_URL`

### ๐Ÿ› The Problem
All containers start successfully... **except** the web-1 container! ๐Ÿ˜ž
After the migration completes, I'm getting this error:
```
web-1 | โœ… INFO Nothing to migrate.
web-1 | โŒ [2026-01-02 15:00:50] production.ERROR: Unable to locate specified configuration file.
web-1 | {"exception":"[object] (InvalidArgumentException(code: 0):
Unable to locate specified configuration file.
at /var/www/html/vendor/laravel/octane/src/Commands/StartFrankenPhpCommand.php:158)
```
**Key stacktrace:**
```
#0 StartFrankenPhpCommand.php(91): configPath()
#1 BoundMethod.php(36): StartFrankenPhpCommand->handle()
```
### ๐Ÿค” My Thoughts
It seems related to:

- ๐Ÿ“„ The Caddyfile configuration, or
- โšก FrankenPHP's INI settings

But I can't figure out what needs to be corrected! ๐Ÿซค

### โ“ Question
Does anyone know what configuration file I might be missing? Any ideas on how to properly set up the FrankenPHP configuration for this setup?
Thanks in advance! ๐Ÿ™

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.