Skip to content

Commit

Permalink
Сервер наносит ответный удар
Browse files Browse the repository at this point in the history
  • Loading branch information
Karlen-ll committed Nov 6, 2024
1 parent 8d85ce5 commit 651c7ec
Show file tree
Hide file tree
Showing 35 changed files with 954 additions and 250 deletions.
13 changes: 13 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
services:
node:
image: 'node:20'
container_name: six-cities-node
user: 'node'
working_dir: /home/node/app
stdin_open: true
tty: true
volumes:
- ./:/home/node/app
ports:
- 127.0.0.1:3123:3123
- 127.0.0.1:5000:${PORT}

db:
image: mongo:4.2
restart: always
Expand Down
495 changes: 281 additions & 214 deletions package-lock.json

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,15 @@
},
"dependencies": {
"chalk": "5.3.0",
"class-transformer": "0.5.1",
"convict": "6.2.4",
"convict-format-with-validator": "6.2.0",
"dayjs": "1.11.13",
"dotenv": "16.4.5",
"express": "4.21.1",
"express-async-handler": "1.2.0",
"got": "14.4.2",
"http-status-codes": "2.3.0",
"inversify": "6.0.2",
"mongodb": "6.9.0",
"mongoose": "8.7.1",
Expand All @@ -43,6 +47,7 @@
"@typegoose/typegoose": "12.8.0",
"@types/convict": "6.1.6",
"@types/convict-format-with-validator": "6.0.5",
"@types/express": "5.0.0",
"@types/node": "20.12.7",
"@typescript-eslint/eslint-plugin": "6.7.0",
"@typescript-eslint/parser": "6.7.0",
Expand Down
Loading

0 comments on commit 651c7ec

Please sign in to comment.