Commit Graph

114 Commits

Author SHA1 Message Date
Jose Diaz-Gonzalez
b1e5298be0 feat: upgrade to 5.0.5 2019-07-11 13:19:34 -07:00
Jose Diaz-Gonzalez
8c00ac34a3 feat: upgrade image version in use 2019-04-19 12:47:38 -04:00
Jose Diaz-Gonzalez
40e1c2c253 docs: update readme install instructions to point to correct dokku version 2019-03-26 11:51:12 -04:00
Jose Diaz-Gonzalez
0c89ee99f4 feat: increase minimum dokku version 2019-03-16 21:45:35 -04:00
Jose Diaz-Gonzalez
1af32de972 fix: correct documentation around the passphrase parameter
Closes dokku/dokku-mysql#101
2018-12-02 04:33:58 -05:00
Jose Diaz-Gonzalez
894b17ec2a feat: upgrade to redis 4.0.11 2018-10-10 23:19:32 -04:00
Jose Diaz-Gonzalez
e3be8f1715 feat: add ability to upgrade service image and image-version 2018-10-10 00:14:14 -04:00
Jose Diaz-Gonzalez
67c0aecc49 feat: add command to list linked services for a given app 2018-07-21 16:32:07 -04:00
Jose Diaz-Gonzalez
271e581972 feat: plugins are no longer beta 2018-04-23 18:14:47 -04:00
Jose Diaz-Gonzalez
75ad99415f feat: create backup-schedule-cat subcommand 2018-04-23 14:39:41 -04:00
Jody McIntyre
956e22962e feat: allow skipping pulling an image for the redis plugin when REDIS_DISABLE_PULL=true 2018-04-11 10:47:05 -04:00
Jose Diaz-Gonzalez
3f257c4aca feat: implement exists and linked subcommands 2018-02-25 15:42:27 -05:00
dhose
8bd08fa2ff Upgrading Redis to version 4.0.8. 2018-02-07 20:31:18 +01:00
Jose Diaz-Gonzalez
29e06fa758 feat: Adds possibility to set encryption for s3 2017-09-09 14:27:52 -04:00
Jose Diaz-Gonzalez
43ebfed5d6 docs: clarify that data is deleted on destroy. Closes dokku/dokku-redis#72 2017-08-26 18:39:03 -04:00
Jose Diaz-Gonzalez
211c54d60f fix: add missing argument to backup subcommand help output 2017-08-26 05:21:23 -04:00
Jose Diaz-Gonzalez
f1d1a9d945 feat: Add a --use-iam flag to backup subcommand 2017-08-26 04:23:24 -04:00
Jose Diaz-Gonzalez
bd8d86c69b Adds parameters to backup-auth for region support and non AWS endpoint support
Refs dokku/dokku-mariadb#61
2017-08-26 00:07:22 -04:00
Mike Schroll
34d63fd2c6 Updated all instances of 3.2.5 to 3.2.8 2017-04-21 00:57:47 -04:00
Jose Diaz-Gonzalez
aa8dc70447 Update README.md 2017-01-15 18:20:39 -07:00
Jakob Krigovsky
79c9542fb8 Update Redis to v3.2.5 2016-12-03 14:01:06 +01:00
Jose Diaz-Gonzalez
e6c01705d2 docs: add note regarding setting the cron-schedule 2016-11-24 16:09:42 -07:00
Jose Diaz-Gonzalez
2b869cfe9a Use blockquote 2016-11-06 14:31:23 -07:00
Jose Diaz-Gonzalez
499539c58a Make username a link 2016-11-06 14:29:38 -07:00
Jose Diaz-Gonzalez
07a16a2648 Add not regarding support S3 region for backups. Refs dokku/dokku-mysql#66 2016-11-06 14:24:32 -07:00
Jose Diaz-Gonzalez
fdc927203c feat: add s3 backup support 2016-10-31 11:39:36 -06:00
Jose Diaz-Gonzalez
919832ba2a Implement AUTH. Closes #58
This change makes password authentication required
for redis usage, and removes anonymous access. Users
will need to change their underlying clients to enable
writing the auth token for authenticating, otherwise
requests will fail.

This is a non-optional change, and improves security
for users who wish to expose their redis installations
outside of their network.
2016-09-21 01:44:57 -06:00
Jose Diaz-Gonzalez
37023d262e Fix help output for enter command 2016-08-29 09:45:31 -04:00
Jose Diaz-Gonzalez
d23b521142 Add the ability to enter a running container 2016-08-29 08:19:59 -04:00
Jose Diaz-Gonzalez
5406b4dc07 Add --service-root flag to info command 2016-08-29 05:53:54 -04:00
Jose Diaz-Gonzalez
b104279a51 Add --internal-ip flag to info command 2016-08-28 23:24:37 -04:00
Jose Diaz-Gonzalez
0acf54fd3d Add --id flag 2016-08-28 17:56:30 -04:00
Jose Diaz-Gonzalez
fb3ff0f5a5 Add support for flags on the service:info command 2016-08-28 05:33:28 -04:00
Jose Diaz-Gonzalez
4427c31e3f Upgrade docker image 2016-08-27 21:44:20 -04:00
Jose Diaz-Gonzalez
5ff2445998 Downgrade redis 2016-08-27 21:20:45 -04:00
Jose Diaz-Gonzalez
36762e69af Update docker image 2016-08-27 16:31:20 -04:00
Josh Brody
108f9a9529 add sudo to command
consistency with http://dokku.viewdocs.io/dokku~v0.6.3/application-deployment/#create-the-backing-services
2016-06-28 16:23:06 -05:00
Jose Diaz-Gonzalez
d30c101fe3 Merge pull request #49 from dokku/minor-changes
Minor changes
2016-05-08 03:49:00 -04:00
Marcio Marchini
423bf1a4ef fix for #50 - remove /0 , be heroku-compatible 2016-05-05 13:08:11 -03:00
Jose Diaz-Gonzalez
5df1bc8669 Add testing for all supported versions of dokku
Also drop support for 0.3.x
2016-05-04 13:55:59 -04:00
Jose Diaz-Gonzalez
5bcaf4fec5 Read REDIS_DATABASE_SCHEME variable from app when setting REDIS_URL 2016-04-19 14:52:09 -04:00
Mike Schroll
8e47169fb8 Updated to 3.0.7 2016-04-12 10:30:43 -04:00
Jose Diaz-Gonzalez
1b3daa861e Upgrade image version to 3.0.6 2016-01-17 01:08:06 -05:00
Jose Diaz-Gonzalez
e3b0228881 Add support for custom environment variables when starting a service container 2015-11-05 01:23:17 -05:00
Jose Diaz-Gonzalez
4aeb0f1e8c Update README.md -> <file> arg for export command 2015-10-29 15:56:30 -04:00
Jose Diaz-Gonzalez
02b412bc9d Merge pull request #31 from dokku/josegonzalez-patch-1
Use redis 3.0.5
2015-10-26 22:17:58 -04:00
Jose Diaz-Gonzalez
2e7a3ce709 Use redis 3.0.5
Closes #30
2015-10-26 22:00:25 -04:00
Loïc Guitaut
4e606e88b5 Update README about docker env var 2015-10-21 16:24:55 +02:00
Loïc Guitaut
baeea96731 Revamp link/unlink commands
Previously we were exporting `REDIS_URL` via the docker-args* hooks.
This seems to confuse our users (since the env var is not displayed
when calling `dokku config`) and in some cases it also seems that the
env var is not correctly set.
Another problem is if several services are linked to the same app and
if they are exporting `REDIS_URL` as well. Then we don’t know what
will be set.

To resolve theses issues, this patch changes the way we manage the env
vars. We use standard dokku commands (`config` and `docker-options`) so
config is set on the linked application and can be reviewed by the user
easily.
We also handle the case where `REDIS_URL` is already set on the
linked application. When it’s the case, we automatically generate
another env var based on the following pattern: DOKKU_<service
name>_<random unused color>_URL. For example, this can give:
DOKKU_REDIS_BLACK_URL.

Since naming is now handled automatically, the `alias` command has been
removed. If the user wants to set a different env var on her app, it’s
just a matter of using `dokku config:set` and pasting the wanted value.

IP in DSN has been removed in favor of host name exported by docker in
the container. This is more robust and simpler since the IP can change
but the name will remain the same if the service container restarts for
instance.

With all those changes, a new command has been introduced: `promote`.
The goal of this command is to easily set a service as the primary one
when several are linked to an app. (see README for an example)
2015-10-05 15:29:36 +02:00
John Franey
5a8df6f1c3 Update README.md
Add a note explaining how to examine the environment variables (through `dokku run my-app env` rather than `dokku config my-app`)
2015-09-24 09:19:41 -03:00