Skip to content

Commit

Permalink
升级依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
liangliangyy committed Jan 12, 2023
1 parent 8f03a17 commit 3ae7f29
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 15 deletions.
4 changes: 2 additions & 2 deletions docker-compose.es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
es:
image: liangliangyy/elasticsearch-analysis-ik:7.16.1
image: liangliangyy/elasticsearch-analysis-ik:8.5.2
container_name: es
restart: always
environment:
Expand All @@ -14,7 +14,7 @@ services:
- ./bin/datas/es/:/usr/share/elasticsearch/data/

kibana:
image: kibana:7.13.2
image: kibana:8.5.2
restart: always
container_name: kibana
ports:
Expand Down
9 changes: 0 additions & 9 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,6 @@ services:
db:
image: mysql:latest
restart: always
# command:
# - mysqld
# - --max_connections=3000
# - --wait_timeout=600
# - --interactive_timeout=600
# - --thread_cache_size=50
# - --default-authentication-plugin=mysql_native_password
# - --character-set-server=utf8
# - --collation-server=utf8_general_ci
environment:
- MYSQL_DATABASE=djangoblog
- MYSQL_ROOT_PASSWORD=DjAnGoBlOg!2!Q@W#E
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
coverage==7.0.4
coverage==7.0.5
bleach==5.0.1
Django==4.1.5
django-compressor==4.3
django-haystack==3.2.1
django-ipware==4.0.2
django-mdeditor==0.1.20
django-uuslug==2.0.0
elasticsearch==7.16.1
elasticsearch==8.5.2
elasticsearch-dsl==7.4.0
gevent==22.10.2
jieba==0.42.1
Expand All @@ -20,8 +20,8 @@ python-slugify==7.0.0
pytz==2022.7
raven==6.10.0
requests==2.28.1
urllib3==1.26.13
urllib3==1.26.14
WeRoBot==1.13.1
Whoosh==2.7.4
user-agents==2.2.0
redis==4.4.1
redis==4.4.2

0 comments on commit 3ae7f29

Please sign in to comment.