Added instructions and better setup for contributions
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
version: '3'
|
||||
services:
|
||||
db:
|
||||
image: postgres
|
||||
ports:
|
||||
- 55432:5432
|
||||
environment:
|
||||
POSTGRES_PASSWORD: postgres
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_DB: postgres
|
||||
|
||||
redis:
|
||||
image: redis
|
||||
ports:
|
||||
- 56379:6379
|
||||
Reference in New Issue
Block a user