Closed
Conversation
- Changed Docker Compose version to include service name for production. - Updated documenso image to use the latest version. - Added new environment variables for SMTP configuration and other services. - Adjusted volume paths and default values for environment variables to improve flexibility and error handling. - Enhanced template.toml with additional SMTP settings for better email configuration.
…pose configuration
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
Contributor
Author
|
@Siumauricio Have you set the NEXT_PRIVATE_SMTP_FROM_ADDRESS var in your env ? |
Contributor
|
no @HowWhat42, the current documenso template we have works fine without assigning any env var |
Author
|
@Siumauricio I can say by experience that using the current template caused me several errors and hours of searching/fixing. |
Contributor
|
So? the current documenso template works fine without assigning S3 keys |
Contributor
|
Close due to inactivity |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Fix and update documenso template to use the last version of the image.
Add more env variables in
docker-compose.ymlto fix errors on email verification.Updated the
template.tomlto match the new env variables required.