Merge pull request #557 from usbharu/docker

docker-compose.ymlを整備
This commit is contained in:
usbharu 2024-08-23 22:20:14 +09:00 committed by GitHub
commit e21552df97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 1 deletions

View File

@ -9,3 +9,8 @@ services:
POSTGRES_USER: "postgres"
POSTGRES_PASSWORD: "password"
POSTGRES_DB: "hideout"
mongodb:
image: mongo:7.0.12
ports:
- "27017:27017"