Skip to content

Commit abcb107

Browse files
authored
Merge pull request #629 from liangliangyy/dev
升级依赖
2 parents 43c0bc8 + 50123a7 commit abcb107

File tree

3 files changed

+5
-14
lines changed

3 files changed

+5
-14
lines changed

docker-compose.es.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3'
22

33
services:
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:

docker-compose.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff 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

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
coverage==7.0.4
1+
coverage==7.0.5
22
bleach==5.0.1
33
Django==4.1.5
44
django-compressor==4.3
@@ -20,8 +20,8 @@ python-slugify==7.0.0
2020
pytz==2022.7
2121
raven==6.10.0
2222
requests==2.28.1
23-
urllib3==1.26.13
23+
urllib3==1.26.14
2424
WeRoBot==1.13.1
2525
Whoosh==2.7.4
2626
user-agents==2.2.0
27-
redis==4.4.1
27+
redis==4.4.2

0 commit comments

Comments
 (0)