Releases: ipunkt/rancherize
Availability via docker container
rancherize runs from now on in a docker container!
Switch to Mariadb
Switched to the official mariadb images instead of our custom made ones.
Database init dumps
Allows add-database
in pushes and without mount-workdir
.
Init-dumps are added to the app container as volume which is then used by the database via volumes_from
Workdir in Dockerfile
2.11.3 Write WORKDIR
Blueprint management in container
Merge pull request #21 from ipunkt/container-blueprint-factory moved blueprint registering into providers and the container
Docker account events
Added an event while retrieving a docker account which can be used to change the user,password and server based on the configuration data.
Also includes sql init dumps to initialize the database when doing local dev work
Nginx Snippets
Added Nginx snippets which are loaded by the default server configuration. Through this it is no longer necessary to replace the default server config completly to add a few lines
Enable / Disable plugins
Added the option to set "enable":false
for cron and external services
to disable them without removing the configuration from the file.
More examples for internal plugins.
Cron Support
adds support to run commands regulary for your app using the rancher cron service