Added instructions and better setup for contributions

This commit is contained in:
Dries Augustyns
2024-07-31 18:21:39 +02:00
parent 9e21f2fec4
commit bf56034931
6 changed files with 46 additions and 8 deletions
+15
View File
@@ -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