init from origin + update

This commit is contained in:
2023-08-01 13:14:02 +03:00
commit 321dc4c3c5
1109 changed files with 16019 additions and 0 deletions

21
docker-compose.yaml Normal file
View File

@@ -0,0 +1,21 @@
version: "3"
volumes:
ms_volume:
services:
mongoDb:
image: mongo:4.4.13
volumes:
- ms_volume:/data/db
restart: always
# ports:
# - 27017:27017
multy-stubs:
build: .
restart: always
ports:
- 8044:8044
environment:
- TZ=Europe/Moscow
- MONGO_ADDR=mongodb