install
install copied to clipboard
👋 A set of useful tools for installing and running Postal.
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.
This is the first thing a new user, unfamiliar with the product, encounters, so to improve the UX, the links need to be updated.
According to the [official Docker Compose documentation](https://docs.docker.com/reference/compose-file/version-and-name/), the version setting is now obsolete, which will trigger related warnings when running the docker compose command.