add compose for testing db

This commit is contained in:
Nareshkumar Rao 2025-04-07 22:34:21 +02:00
parent 9c6c0b315c
commit 0bc6afbb4b

8
compose.yml Normal file
View File

@ -0,0 +1,8 @@
services:
db:
image: postgres
restart: always
environment:
POSTGRES_PASSWORD: postgres
ports:
- "5432:5432"