first working prototype of shortly

This commit is contained in:
2023-01-12 21:18:49 -03:00
parent a897ec5f95
commit 856e01d339
34 changed files with 745 additions and 100 deletions

View File

@@ -7,4 +7,11 @@ services:
- .:/usr/src
- /usr/src/node_modules
ports:
- "3000:3000"
- 3000:3000
mongo:
image: mongo
restart: always
environment:
MONGO_INITDB_ROOT_USERNAME: root
MONGODB_LINK: ${MONGODB_LINK}
MONGO_INITDB_ROOT_PASSWORD: ${MONGO_INITDB_ROOT_PASSWORD}