mirror of https://github.com/usbharu/Hideout.git
commit
e21552df97
|
@ -9,3 +9,8 @@ services:
|
||||||
POSTGRES_USER: "postgres"
|
POSTGRES_USER: "postgres"
|
||||||
POSTGRES_PASSWORD: "password"
|
POSTGRES_PASSWORD: "password"
|
||||||
POSTGRES_DB: "hideout"
|
POSTGRES_DB: "hideout"
|
||||||
|
|
||||||
|
mongodb:
|
||||||
|
image: mongo:7.0.12
|
||||||
|
ports:
|
||||||
|
- "27017:27017"
|
Loading…
Reference in New Issue