1
1
![ NoDock] ( https://raw.githubusercontent.com/Osedea/nodock/master/docs/images/logo.png )
2
2
3
- Docker Compose for Node projects with Node, MySQL, MongoDB, NGINX, Memcached, Certbot and RabbitMQ images
3
+ Docker Compose for Node projects with Node, MySQL, MongoDB, NGINX, Memcached, Redis, Certbot and RabbitMQ images
4
4
5
5
![ Node + Docker] ( https://raw.githubusercontent.com/Osedea/nodock/master/docs/images/nodock.jpg )
6
6
@@ -36,6 +36,7 @@ You can use NoDock for simple projects by using one of the [examples](#Examples)
36
36
- [ Change the timezone] ( #Change-the-timezone )
37
37
- [ Use RabbitMQ plugins] ( #Use-RabbitMQ-plugins )
38
38
- [ Change the RabbitMQ user/password] ( #Change-RabbitMQ-User )
39
+ - [ Modify Redis config] ( #Modify-Redis-Config )
39
40
- [ Contributing] ( #Contributing )
40
41
- [ License] ( #License )
41
42
- [ Credits] ( #credits )
@@ -73,7 +74,7 @@ To overwrite the `docker-compose.yml` file you can use a `docker-compose.overrid
73
74
``` yaml
74
75
# docker-compose.override.yml
75
76
76
- version : ' 2 '
77
+ version : ' 3 '
77
78
78
79
services :
79
80
[...]
@@ -88,6 +89,7 @@ We provide examples of configurations you might use for a specific stack. Each e
88
89
* [Mongo](https://github.com/Osedea/nodock/tree/master/_examples/mongo) - MongoDB + Node + NGINX
89
90
* [RabbitMQ](https://github.com/Osedea/nodock/tree/master/_examples/rabbitmq) - RabbitMQ + Node + NGINX
90
91
* [Memcached](https://github.com/Osedea/nodock/tree/master/_examples/memcached) - Memcached + Node + NGINX
92
+ * [Redis](https://github.com/Osedea/nodock/tree/master/_examples/redis) - Redis + Node + NGINX
91
93
* [RethinkDB](https://github.com/Osedea/nodock/tree/master/_examples/rethinkdb) - RethinkDB + Node + NGINX
92
94
* [2 Node Apps](https://github.com/Osedea/nodock/tree/master/_examples/2-nodes) - Node + Node + NGINX
93
95
@@ -339,6 +341,10 @@ To activate them, change their values to `true` in your docker-compose file:
339
341
- RABBITMQ_DEFAULT_USER=custom_user
340
342
- RABBITMQ_DEFAULT_PASS=custom_pass
341
343
` ` `
344
+ <a name="Modify-Redis-Config"></a>
345
+ # ### Modify the Redis config
346
+ You can edit `redis/redis.conf` to modify the redis config.
347
+
342
348
<a name="Contributing"></a>
343
349
# # Contributing
344
350
Do not hesitate to contribute to NoDock by creating an issue, fixing a bug or bringing a new idea to the table.
0 commit comments