add compose for testing db
This commit is contained in:
parent
9c6c0b315c
commit
0bc6afbb4b
8
compose.yml
Normal file
8
compose.yml
Normal file
@ -0,0 +1,8 @@
|
||||
services:
|
||||
db:
|
||||
image: postgres
|
||||
restart: always
|
||||
environment:
|
||||
POSTGRES_PASSWORD: postgres
|
||||
ports:
|
||||
- "5432:5432"
|
Loading…
x
Reference in New Issue
Block a user