File tree Expand file tree Collapse file tree 5 files changed +15
-13
lines changed Expand file tree Collapse file tree 5 files changed +15
-13
lines changed Original file line number Diff line number Diff line change @@ -8,4 +8,5 @@ djangoblog/whoosh_index/
8
8
uploads /
9
9
settings_production.py
10
10
* .md
11
- docs /
11
+ docs /
12
+ logs /
Original file line number Diff line number Diff line change 26
26
strategy :
27
27
max-parallel : 4
28
28
matrix :
29
- python-version : [ 3.8, 3.9 ]
29
+ python-version : [ " 3.8", " 3.9","3.10" ]
30
30
31
31
steps :
32
32
- name : Start MySQL
66
66
strategy :
67
67
max-parallel : 4
68
68
matrix :
69
- python-version : [ 3.8, 3.9 ]
69
+ python-version : [ " 3.8", " 3.9","3.10" ]
70
70
71
71
steps :
72
72
- name : Start MySQL
Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ coverage.xml
50
50
51
51
# Django stuff:
52
52
* .log
53
+ logs /
53
54
54
55
# Sphinx documentation
55
56
docs /_build /
Original file line number Diff line number Diff line change 1
- FROM python:3
1
+ FROM python:3.10
2
2
ENV PYTHONUNBUFFERED 1
3
3
WORKDIR /code/djangoblog/
4
4
RUN apt-get install default-libmysqlclient-dev -y && \
Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ 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
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
16
environment :
17
17
- MYSQL_DATABASE=djangoblog
18
18
- MYSQL_ROOT_PASSWORD=DjAnGoBlOg!2!Q@W#E
You can’t perform that action at this time.
0 commit comments