[PR #377] refactor(invoiceshelf): switch from PostgreSQL to SQLite and simplify configuration #411

Open
opened 2025-11-22 20:37:58 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/377
Author: @jaainil
Created: 9/18/2025
Status: 🔄 Open

Base: mainHead: updating-invoices


📝 Commits (1)

  • 3223355 refactor(invoiceshelf): switch from PostgreSQL to SQLite and simplify configuration

📊 Changes

2 files changed (+42 additions, -59 deletions)

View changed files

📝 blueprints/invoiceshelf/docker-compose.yml (+22 -49)
📝 blueprints/invoiceshelf/template.toml (+20 -10)

📄 Description

What is this PR about?

New PR of invoiceshelf

  • Removed separate PostgreSQL service and switched to SQLite database
  • Renamed app service from 'invoiceshelf-app' to 'webapp'
  • Simplified environment variables and removed redundant database configuration
  • Added mail configuration options with sensible defaults
  • Updated volume and mount configurations for better data persistence
  • Removed network configuration as it's no longer needed

Checklist

Before submitting this PR, please make sure that:


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Dokploy/templates/pull/377 **Author:** [@jaainil](https://github.com/jaainil) **Created:** 9/18/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `updating-invoices` --- ### 📝 Commits (1) - [`3223355`](https://github.com/Dokploy/templates/commit/32233551eb8e31f93aefba20aa01c9163b8714b2) refactor(invoiceshelf): switch from PostgreSQL to SQLite and simplify configuration ### 📊 Changes **2 files changed** (+42 additions, -59 deletions) <details> <summary>View changed files</summary> 📝 `blueprints/invoiceshelf/docker-compose.yml` (+22 -49) 📝 `blueprints/invoiceshelf/template.toml` (+20 -10) </details> ### 📄 Description ## What is this PR about? New PR of invoiceshelf - Removed separate PostgreSQL service and switched to SQLite database - Renamed app service from 'invoiceshelf-app' to 'webapp' - Simplified environment variables and removed redundant database configuration - Added mail configuration options with sensible defaults - Updated volume and mount configurations for better data persistence - Removed network configuration as it's no longer needed ## Checklist Before submitting this PR, please make sure that: - [x] I have read the suggestions in the README.md file https://github.com/Dokploy/templates?tab=readme-ov-file#general-suggestions-when-creating-a-template - [x] I have tested the template in my instance, so the maintainers don't spend time trying to figure out what's wrong. - [x] I have added tests that demonstrate that my correction works or that my new feature works. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-22 20:37:58 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#411