Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
atian25 committed Nov 4, 2022
1 parent 502dd6c commit b2b9575
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ lerna-debug.log*

.npmrc
package-lock.json
pnpm-lock.yaml

config/config.prod.ts
config/**/*.js
Expand Down
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ services:
command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
restart: always
environment:
MYSQL_ROOT_PASSWORD: root
# MYSQL_ROOT_PASSWORD: root
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
MYSQL_DATABASE: 'cnpmcore_unittest'
# MYSQL_DATABASE: 'cnpmcore_unittest'
MYSQL_USER: user
MYSQL_PASSWORD: pass
volumes:
Expand All @@ -74,7 +74,7 @@ services:
ports:
- 80
networks:
- cnpm
- cnpm

volumes:
cnpm-redis:
Expand All @@ -83,4 +83,4 @@ volumes:
networks:
cnpm:
name: cnpm
driver: bridge
driver: bridge

0 comments on commit b2b9575

Please sign in to comment.