Skip to content

Commit

Permalink
Merge pull request #629 from liangliangyy/dev
Browse files Browse the repository at this point in the history
升级依赖
  • Loading branch information
liangliangyy authored Jan 12, 2023
2 parents 43c0bc8 + 50123a7 commit abcb107
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 14 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
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
coverage==7.0.4
coverage==7.0.5
bleach==5.0.1
Django==4.1.5
django-compressor==4.3
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 abcb107

Please sign in to comment.