mirror of
https://github.com/Dokploy/templates.git
synced 2026-03-12 10:05:25 -05:00
[PR #159] [MERGED] feat(blueprint): added docuseal #252
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:main📝 Commits (7)
eddeffcfeat(blueprint): added docusealef4e89cfeat: add Docuseal document management system9e5f306feat: restructure docker-compose for Docuseal application setup4d2cb89feat(docker-compose): remove unused port mapping and clean up redis service configuration0ace485Update blueprints/docuseal/docker-compose.yml4358a5eUpdate blueprints/docuseal/docker-compose.yml5cbc3f6Update 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
docusealapplication, 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
docusealapplication:blueprints/docuseal/docker-compose.yml: Added Docker Compose configuration to define services forpostgresanddocuseal, 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 thedocusealservice, including port and host configurations.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.