[PR #447] chore: update dependencies and refactor docker-compose for listmonk #460

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

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/447
Author: @jaainil
Created: 10/12/2025
Status: 🔄 Open

Base: mainHead: listmonk-update


📝 Commits (2)

  • 2a70c9f chore: update dependencies and refactor docker-compose for listmonk
  • 2b26961 Merge branch 'Dokploy:main' into listmonk-update

📊 Changes

4 files changed (+764 additions, -80 deletions)

View changed files

app/bun.lock (+684 -0)
📝 app/package.json (+27 -27)
📝 blueprints/listmonk/docker-compose.yml (+38 -33)
📝 blueprints/listmonk/template.toml (+15 -20)

📄 Description

What is this PR about?

New PR of Update dependencies and refactor docker-compose for listmonk
Updated package.json with latest versions of CodeMirror, Radix UI, React, Tailwind CSS, and other dependencies for improved security and features. Refactored docker-compose.yml to use environment variables, add version specification, restructure services for better dependency management, and ensure idempotent setup with installation and upgrade commands.

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/447 **Author:** [@jaainil](https://github.com/jaainil) **Created:** 10/12/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `listmonk-update` --- ### 📝 Commits (2) - [`2a70c9f`](https://github.com/Dokploy/templates/commit/2a70c9fa7d3dae598046f49e2de9329e02eb3d90) chore: update dependencies and refactor docker-compose for listmonk - [`2b26961`](https://github.com/Dokploy/templates/commit/2b26961bda42b36e9393a72def643dc885ea38e0) Merge branch 'Dokploy:main' into listmonk-update ### 📊 Changes **4 files changed** (+764 additions, -80 deletions) <details> <summary>View changed files</summary> ➕ `app/bun.lock` (+684 -0) 📝 `app/package.json` (+27 -27) 📝 `blueprints/listmonk/docker-compose.yml` (+38 -33) 📝 `blueprints/listmonk/template.toml` (+15 -20) </details> ### 📄 Description ## What is this PR about? New PR of Update dependencies and refactor docker-compose for listmonk Updated package.json with latest versions of CodeMirror, Radix UI, React, Tailwind CSS, and other dependencies for improved security and features. Refactored docker-compose.yml to use environment variables, add version specification, restructure services for better dependency management, and ensure idempotent setup with installation and upgrade commands. ## 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:39:05 -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#460