coolify/templates
Andras Bacsai b758b1dcf3 Configure Fizzy to use single SQLite database for queue
Add SOLID_QUEUE_CONNECTS_TO=false environment variable to tell
Solid Queue to use the primary SQLite database instead of looking
for a separate queue database. This fixes the ActiveRecord adapter
error about missing queue database configuration.

With this setting, Fizzy will use a single SQLite database for both
the application data and Solid Queue job processing, which is the
recommended approach for single-instance deployments.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-02 21:02:29 +01:00
..
compose Configure Fizzy to use single SQLite database for queue 2025-12-02 21:02:29 +01:00
service-templates-latest.json Configure Fizzy to use single SQLite database for queue 2025-12-02 21:02:29 +01:00
service-templates.json Configure Fizzy to use single SQLite database for queue 2025-12-02 21:02:29 +01:00
test-database-detection.yaml refactor(test-database-detection): rename services for clarity, add new database configurations, and update application service dependencies 2025-06-04 11:44:30 +02:00