File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Technology Stack
3636* Python _ 3.6.x / 3.7.x
3737* `Django Web Framework `_ 1.11.x / 2.0.x
3838* PostgreSQL _
39- * `Redis 3.2 `_
39+ * `Redis 5.0 `_
4040* Daphne _
4141* Caddy _
4242* Docker _
@@ -52,7 +52,7 @@ Technology Stack
5252.. _Python : https://www.python.org/
5353.. _`Django Web Framework` : https://www.djangoproject.com/
5454.. _PostgreSQL : https://www.postgresql.org/
55- .. _`Redis 3.2 ` : https://redis.io/documentation
55+ .. _`Redis 5.0 ` : https://redis.io/documentation
5656.. _Daphne : https://github.com/django/daphne/
5757.. _Caddy : https://caddyserver.com/docs
5858.. _Docker : https://docs.docker.com/
Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ services:
1414 - ' 5432:5432'
1515
1616 redis :
17- image : redis:4 .0
17+ image : redis:5 .0
1818 ports :
1919 - ' 6379:6379'
Original file line number Diff line number Diff line change @@ -29,6 +29,6 @@ services:
2929 env_file : .env
3030
3131 redis :
32- image : redis:4 .0
32+ image : redis:5 .0
3333 ports :
3434 - ' 6379:6379'
Original file line number Diff line number Diff line change @@ -48,4 +48,4 @@ services:
4848 - " 0.0.0.0:443:443"
4949
5050 redis :
51- image : redis:4 .0
51+ image : redis:5 .0
You can’t perform that action at this time.
0 commit comments