Skip to content

Releases: chirripo/chirripo

v1.6 : Improvements over db-import command and default .env file

07 Apr 21:18
476a82a
Compare
Choose a tag to compare

What's Changed

  • Feature: Allow to import databases different than the default one - db-import command by @rigoucr in #49

Now you are able to import databases into different database than the default one, the db-import commands now accepts an optional parameter called dbname to help you achieve that , Example:

chirripo db-import --dbname otherdb -- ./other_db.sql.gz
  • Feature: Variable project root - .env file by @rigoucr in #48

Full Changelog: v1.5...v1.6

Setting up fastcgi_buffers

13 Mar 18:49
16b7e9e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4...v1.5

Closed issues

#42

Enabled usage of PHP_MEMORY_LIMIT and PHP_MAX_EXECUTION_TIME env variables

18 Feb 23:48
5fa8e33
Compare
Choose a tag to compare

Now users can use the PHP_MAX_EXECUTION_TIME and PHP_MEMORY_LIMIT environment variables into their .env files so they can set custom values.

This changes were added in #46 .

v1.3

04 Aug 00:04
4d30a3d
Compare
Choose a tag to compare

Changelog

  • #43 Fix issue with docker-compose 2 and the remove-orphan option.

Add SSL support.

16 Sep 02:40
a4af799
Compare
Choose a tag to compare
Merge pull request #40 from chirripo/3-enable-ssl

Add traefik labels.

Improve chirripo compatibility

15 Sep 02:01
a1cfeca
Compare
Choose a tag to compare
v1.1

Improve chirripo compatibility.

v1.0

27 May 00:45
c30ef43
Compare
Choose a tag to compare

We're really happy to announce release v1.0 :D

v0.5

24 May 00:52
Compare
Choose a tag to compare

Fix compatibility with projects using Symfony > 3
Fix to url command when showing domain names

v0.4

09 May 17:06
Compare
Choose a tag to compare
Bump version up.

v0.3

07 May 02:34
Compare
Choose a tag to compare
Bump version up.