Open aybanda opened 1 day ago
This pull request introduces several components for deploying the OpnForm application using Docker Compose. It adds a configuration file (template.yml
) that defines services such as opnform-api
, db
, redis
, and opnform-ingress
. Additionally, a new documentation file (1-click-deploy-button.md
) provides instructions for a one-click deployment process via Coolify. A shell script (setup-env-coolify.sh
) is also included to automate the creation of a .env
file for the deployment, ensuring necessary environment variables are set.
File | Change Summary |
---|---|
coolify-template/template.yml | Introduced a Docker Compose configuration for OpnForm with services: opnform-api , db , redis , opnform-ingress . |
docs/1-click-deploy-button.md | Added documentation for one-click deployment of OpnForm using Coolify, detailing services and environment variables. |
scripts/setup-env-coolify.sh | Created a script to automate the generation of a .env file with necessary environment variables for deployment. |
Objective | Addressed | Explanation |
---|---|---|
Coolify Template: Adapt Docker setup for Coolify (626) | β | |
.env File Generator Script for Coolify (626) | β | |
1-Click Deploy Button integration (626) | β |
In the garden where we play,
A new template blooms today. πΌ
With Docker's charm and Coolify's grace,
OpnForm finds its perfect place.
One-click joy, oh what a sight,
Deploy with ease, everything feels right! πβ¨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary
This pull request adds a Coolify template for deploying OpnForm with a 1-click deploy button.
Changes Made
coolify-template/template.yml
: Configuration for deploying OpnForm using Coolify, including all necessary services and environment variables.scripts/setup-env-coolify.sh
: A script to generate the necessary.env
file for the deployment.1-click-deploy-button.md
: Instructions for deploying OpnForm using the Coolify template, including prerequisites and a 1-click deploy button./claim #626
Related Issue
Fixes #626
Summary by CodeRabbit
New Features
.env
file for Coolify deployment.Documentation
1-click-deploy-button.md
.Chores