File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ lerna-debug.log*
8
8
9
9
.npmrc
10
10
package-lock.json
11
+ pnpm-lock.yaml
11
12
12
13
config /config.prod.ts
13
14
config /** /* .js
Original file line number Diff line number Diff line change @@ -45,9 +45,9 @@ services:
45
45
command : --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
46
46
restart : always
47
47
environment :
48
- MYSQL_ROOT_PASSWORD : root
48
+ # MYSQL_ROOT_PASSWORD: root
49
49
MYSQL_ALLOW_EMPTY_PASSWORD : ' yes'
50
- MYSQL_DATABASE : ' cnpmcore_unittest'
50
+ # MYSQL_DATABASE: 'cnpmcore_unittest'
51
51
MYSQL_USER : user
52
52
MYSQL_PASSWORD : pass
53
53
volumes :
@@ -74,7 +74,7 @@ services:
74
74
ports :
75
75
- 80
76
76
networks :
77
- - cnpm
77
+ - cnpm
78
78
79
79
volumes :
80
80
cnpm-redis :
@@ -83,4 +83,4 @@ volumes:
83
83
networks :
84
84
cnpm :
85
85
name : cnpm
86
- driver : bridge
86
+ driver : bridge
You can’t perform that action at this time.
0 commit comments