Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Releases: ipunkt/rancherize

Availability via docker container

04 Aug 09:13
Compare
Choose a tag to compare

rancherize runs from now on in a docker container!

Switch to Mariadb

28 Jul 07:53
Compare
Choose a tag to compare

Switched to the official mariadb images instead of our custom made ones.

Database init dumps

27 Jul 08:32
Compare
Choose a tag to compare

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

21 Jul 15:26
Compare
Choose a tag to compare
2.11.3

Write WORKDIR

Blueprint management in container

21 Jul 15:04
Compare
Choose a tag to compare
Merge pull request #21 from ipunkt/container-blueprint-factory

moved blueprint registering into providers and the container

Docker account events

18 Jul 15:51
Compare
Choose a tag to compare

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

13 Jul 09:19
Compare
Choose a tag to compare

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

04 Jul 08:49
Compare
Choose a tag to compare

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

29 Jun 09:05
Compare
Choose a tag to compare

adds support to run commands regulary for your app using the rancher cron service

2.7.1

21 Jun 11:00
Compare
Choose a tag to compare

fixed classpathes