chore: docker-compose.ymlを整備

This commit is contained in:
usbharu 2024-08-18 16:59:09 +09:00
parent 65d8502a18
commit 9efbf457a4
Signed by: usbharu
GPG Key ID: 8CB1087135660B8D
1 changed files with 6 additions and 1 deletions

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"