chore: docker-compose.ymlを整備

This commit is contained in:
2024-08-18 16:59:09 +09:00
parent 65d8502a18
commit 9efbf457a4
+6 -1
View File
@@ -8,4 +8,9 @@ services:
environment:
POSTGRES_USER: "postgres"
POSTGRES_PASSWORD: "password"
POSTGRES_DB: "hideout"
POSTGRES_DB: "hideout"
mongodb:
image: mongo:7.0.12
ports:
- "27017:27017"