[PR #159] [MERGED] feat(blueprint): added docuseal #252

Closed
opened 2025-11-22 20:33:29 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/159
Author: @rubixvi
Created: 5/31/2025
Status: Merged
Merged: 6/1/2025
Merged by: @Siumauricio

Base: mainHead: main


📝 Commits (7)

  • eddeffc feat(blueprint): added docuseal
  • ef4e89c feat: add Docuseal document management system
  • 9e5f306 feat: restructure docker-compose for Docuseal application setup
  • 4d2cb89 feat(docker-compose): remove unused port mapping and clean up redis service configuration
  • 0ace485 Update blueprints/docuseal/docker-compose.yml
  • 4358a5e Update blueprints/docuseal/docker-compose.yml
  • 5cbc3f6 Update blueprints/docuseal/template.toml

📊 Changes

4 files changed (+66 additions, -0 deletions)

View changed files

blueprints/docuseal/docker-compose.yml (+38 -0)
blueprints/docuseal/docuseal.png (+0 -0)
blueprints/docuseal/template.toml (+15 -0)
📝 meta.json (+13 -0)

📄 Description

This pull request introduces a Docker setup for the docuseal application, including configurations for PostgreSQL and application services, as well as a template for environment variables and domain settings. The changes streamline deployment and improve configuration management.

Docker setup for docuseal application:

  • blueprints/docuseal/docker-compose.yml: Added Docker Compose configuration to define services for postgres and docuseal, including health checks, environment variables, and volume mappings. A custom network (dokploy-network) was also specified for service communication.

Configuration management:

  • blueprints/docuseal/template.toml: Introduced a template file to manage environment variables (POSTGRES_USER, POSTGRES_PASSWORD, POSTGRES_DB) and domain settings for the docuseal service, including port and host configurations.

🔄 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/159 **Author:** [@rubixvi](https://github.com/rubixvi) **Created:** 5/31/2025 **Status:** ✅ Merged **Merged:** 6/1/2025 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (7) - [`eddeffc`](https://github.com/Dokploy/templates/commit/eddeffcab9f6d0a3d12e938f6c4e422a1d307ce8) feat(blueprint): added docuseal - [`ef4e89c`](https://github.com/Dokploy/templates/commit/ef4e89c8487953b05df077e0e3c7590e9824f2e5) feat: add Docuseal document management system - [`9e5f306`](https://github.com/Dokploy/templates/commit/9e5f3068029172db63d413e8f333fd965d23524f) feat: restructure docker-compose for Docuseal application setup - [`4d2cb89`](https://github.com/Dokploy/templates/commit/4d2cb8966cfb316eae160cf12deae080255504e4) feat(docker-compose): remove unused port mapping and clean up redis service configuration - [`0ace485`](https://github.com/Dokploy/templates/commit/0ace48553821a1795eaa702dfc84bdb3fa19990e) Update blueprints/docuseal/docker-compose.yml - [`4358a5e`](https://github.com/Dokploy/templates/commit/4358a5ef61ca2fa42c7d2826c82393475c95f5b1) Update blueprints/docuseal/docker-compose.yml - [`5cbc3f6`](https://github.com/Dokploy/templates/commit/5cbc3f6427b015456c2fcec88ddcb2b9822384b3) Update blueprints/docuseal/template.toml ### 📊 Changes **4 files changed** (+66 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/docuseal/docker-compose.yml` (+38 -0) ➕ `blueprints/docuseal/docuseal.png` (+0 -0) ➕ `blueprints/docuseal/template.toml` (+15 -0) 📝 `meta.json` (+13 -0) </details> ### 📄 Description This pull request introduces a Docker setup for the `docuseal` application, including configurations for PostgreSQL and application services, as well as a template for environment variables and domain settings. The changes streamline deployment and improve configuration management. ### Docker setup for `docuseal` application: * [`blueprints/docuseal/docker-compose.yml`](diffhunk://#diff-b7f29f8c13c0eb38345fc599961198d868f9f5c033d9347cf614cb0f36bdb254R1-R34): Added Docker Compose configuration to define services for `postgres` and `docuseal`, including health checks, environment variables, and volume mappings. A custom network (`dokploy-network`) was also specified for service communication. ### Configuration management: * [`blueprints/docuseal/template.toml`](diffhunk://#diff-5c8fd2bd3bb4a06f0dc9bbb25f48c89c2e7d5760fc117d7a9b016871afcaf595R1-R15): Introduced a template file to manage environment variables (`POSTGRES_USER`, `POSTGRES_PASSWORD`, `POSTGRES_DB`) and domain settings for the `docuseal` service, including port and host configurations. --- <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:33:29 -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#252