mirror of
https://github.com/HexCardGames/HexDeck.git
synced 2025-09-05 11:18:38 +02:00
🎉 🚧 Start working on backend
This commit is contained in:
8
docker-compose.dev.yml
Normal file
8
docker-compose.dev.yml
Normal file
@ -0,0 +1,8 @@
|
||||
services:
|
||||
mongodb-dev:
|
||||
user: "1000"
|
||||
ports:
|
||||
- 27017:27017
|
||||
volumes:
|
||||
- ./data/mongodb-dev/:/data/db/
|
||||
image: mongodb/mongodb-community-server:latest
|
Reference in New Issue
Block a user