Feat : create games

This commit is contained in:
2024-06-06 19:50:29 -04:00
parent 30e9a3efcb
commit e870a254ed
18 changed files with 379 additions and 82 deletions
+12
View File
@@ -0,0 +1,12 @@
version: '3.1'
services:
mongo:
image: docker.io/mongo
restart: always
environment:
MONGO_INITDB_ROOT_USERNAME: root
MONGO_INITDB_ROOT_PASSWORD: example
ports:
- 27017:27017