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'
2
2
3
3
services :
4
4
es :
5
- image : liangliangyy/elasticsearch-analysis-ik:7.16.1
5
+ image : liangliangyy/elasticsearch-analysis-ik:8.5.2
6
6
container_name : es
7
7
restart : always
8
8
environment :
@@ -14,7 +14,7 @@ services:
14
14
- ./bin/datas/es/:/usr/share/elasticsearch/data/
15
15
16
16
kibana :
17
- image : kibana:7.13 .2
17
+ image : kibana:8.5 .2
18
18
restart : always
19
19
container_name : kibana
20
20
ports :
Original file line number Diff line number Diff line change @@ -4,15 +4,6 @@ services:
4
4
db :
5
5
image : mysql:latest
6
6
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
16
7
environment :
17
8
- MYSQL_DATABASE=djangoblog
18
9
- 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
2
2
bleach == 5.0.1
3
3
Django == 4.1.5
4
4
django-compressor == 4.3
@@ -20,8 +20,8 @@ python-slugify==7.0.0
20
20
pytz == 2022.7
21
21
raven == 6.10.0
22
22
requests == 2.28.1
23
- urllib3 == 1.26.13
23
+ urllib3 == 1.26.14
24
24
WeRoBot == 1.13.1
25
25
Whoosh == 2.7.4
26
26
user-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