Skip to content

Commit

Permalink
chore(weekly): 10-07-2022
Browse files Browse the repository at this point in the history
  • Loading branch information
kodemon committed Jul 10, 2022
1 parent e736500 commit 5424c2b
Show file tree
Hide file tree
Showing 348 changed files with 7,361 additions and 36,578 deletions.
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@
"cSpell.words": [
"bitflag",
"Bitflags",
"BITSTRING",
"camelcase",
"cbor",
"COSEECDH",
"ECDHA",
"Instantiator",
"Instantiators",
"jsxdev",
Expand All @@ -32,6 +36,7 @@
"myapp",
"nestjs",
"nocheck",
"OBJECTIDENTIFIER",
"paramtypes",
"peerjs",
"pids",
Expand All @@ -43,6 +48,7 @@
"tiptap",
"todos",
"tsbuildinfo",
"tstr",
"upsert",
"valkyr",
"vlkr",
Expand Down
7 changes: 7 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,10 @@ services:
- 27027:27017
volumes:
- .docker/mongo:/data/db

redis:
image: redis
ports:
- 6379:6379
volumes:
- .docker/redis:/data

0 comments on commit 5424c2b

Please sign in to comment.