π Whatβs Changed
This release makes SQLite3 on a persistent volume the default for new installations.
Also, the new suggested installation method is through a simplified docker-compose.yml file detailed in the Quick Start section.
Documentation has also been updated: https://docs.pwpush.com/docs/installation/
π Features
- Set new SQLite3 database path in /storage/db directory (#3879) @pglombardo
- Make persistent SQLite3 default DB for new installations (#3878) @pglombardo
π₯ List of contributors
π₯οΈ Docker Images
Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush
πββοΈ Run This Version
β Setup a DNS record to point to your server (e.g. pwpush.example.com) and run:
docker run -d -p "80:80" -p "443:443" --env TLS_DOMAIN=pwpush.example.com pglombardo/pwpush:latest`and browse to https://pwpush.example.com.
or alternatively
β Use one of our production ready Docker Compose files with persistent databases.