install icon indicating copy to clipboard operation
install copied to clipboard

👋 A set of useful tools for installing and running Postal.

Results 4 install issues
Sort by recently updated
recently updated
newest added

This pull request adds support for running multiple Postal instances on the same machine. Each install would have its own install and config directories, and it would be recommended that...

This PR add kubernetes helm chart for postal. init db and create admin user: ```bash kubectl exec -it POSTAL-PODNAME-WEB postal initialize kubectl exec -it POSTAL-PODNAME-WEB postal make-user ``` tested with:...

- The `version` field in docker-compose.yml is no longer required and causes a warning. - Removed the `version` attribute to avoid confusion and ensure compatibility with newer Docker Compose versions.