mirror of
https://github.com/Noratrieb/discord-court-bot.git
synced 2026-01-14 18:05:02 +01:00
get db running
This commit is contained in:
parent
d6ed409c9b
commit
9014ff6eff
2 changed files with 18 additions and 0 deletions
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
version: "3"
|
||||
services:
|
||||
karin-db:
|
||||
image: mongo
|
||||
restart: on-failure
|
||||
expose:
|
||||
- 27017
|
||||
ports:
|
||||
- "27017:27017"
|
||||
env_file:
|
||||
- .env
|
||||
Loading…
Add table
Add a link
Reference in a new issue