File tree Expand file tree Collapse file tree 3 files changed +5
-14
lines changed
Expand file tree Collapse file tree 3 files changed +5
-14
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3'
22
33services :
44 es :
5- image : liangliangyy/elasticsearch-analysis-ik:7.16.1
5+ image : liangliangyy/elasticsearch-analysis-ik:8.5.2
66 container_name : es
77 restart : always
88 environment :
@@ -14,7 +14,7 @@ services:
1414 - ./bin/datas/es/:/usr/share/elasticsearch/data/
1515
1616 kibana :
17- image : kibana:7.13 .2
17+ image : kibana:8.5 .2
1818 restart : always
1919 container_name : kibana
2020 ports :
Original file line number Diff line number Diff line change @@ -4,15 +4,6 @@ services:
44 db :
55 image : mysql:latest
66 restart : always
7- # command:
8- # - mysqld
9- # - --max_connections=3000
10- # - --wait_timeout=600
11- # - --interactive_timeout=600
12- # - --thread_cache_size=50
13- # - --default-authentication-plugin=mysql_native_password
14- # - --character-set-server=utf8
15- # - --collation-server=utf8_general_ci
167 environment :
178 - MYSQL_DATABASE=djangoblog
189 - MYSQL_ROOT_PASSWORD=DjAnGoBlOg!2!Q@W#E
Original file line number Diff line number Diff line change 1- coverage == 7.0.4
1+ coverage == 7.0.5
22bleach == 5.0.1
33Django == 4.1.5
44django-compressor == 4.3
@@ -20,8 +20,8 @@ python-slugify==7.0.0
2020pytz == 2022.7
2121raven == 6.10.0
2222requests == 2.28.1
23- urllib3 == 1.26.13
23+ urllib3 == 1.26.14
2424WeRoBot == 1.13.1
2525Whoosh == 2.7.4
2626user-agents == 2.2.0
27- redis == 4.4.1
27+ redis == 4.4.2
You can’t perform that action at this time.
0 commit comments