* removed logic for excluding the setup image from being purged. all BW images will be removed when purging.
* added certbot image cleanup logic to run.sh
* added certbot image cleanup logic to run.ps1
* added missing rebuild line to parameter block
* fix: db migration connectivity issues when using an external db
* Update run.ps1
Co-authored-by: Justin Baur <19896123+justindbaur@users.noreply.github.com>
* rm semicolon in case connection this is at the end of the connection string
* fix: 'no such image: mssql' when mssql container is not present
* BREAKING CHANGE: remove compat with deprecated docker-compose CLI
---------
Co-authored-by: Justin Baur <19896123+justindbaur@users.noreply.github.com>
* fix: db migration connectivity issues when using an external db
* Update run.ps1
Co-authored-by: Justin Baur <19896123+justindbaur@users.noreply.github.com>
* rm semicolon in case connection this is at the end of the connection string
* fix: 'no such image: mssql' when mssql container is not present
---------
Co-authored-by: Justin Baur <19896123+justindbaur@users.noreply.github.com>