From 9efbf457a489f7d4e32cf4aa93cf9467ad512e6b Mon Sep 17 00:00:00 2001 From: usbharu Date: Sun, 18 Aug 2024 16:59:09 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20docker-compose.yml=E3=82=92=E6=95=B4?= =?UTF-8?q?=E5=82=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 78204d19..3b2e80c1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,4 +8,9 @@ services: environment: POSTGRES_USER: "postgres" POSTGRES_PASSWORD: "password" - POSTGRES_DB: "hideout" \ No newline at end of file + POSTGRES_DB: "hideout" + + mongodb: + image: mongo:7.0.12 + ports: + - "27017:27017" \ No newline at end of file