Skip to content

Commit d0090b7

Browse files
committed
Add Submissions module, controller, service, consumer with bull and redis
1 parent fdb65d6 commit d0090b7

13 files changed

+813
-70
lines changed

docker-compose.yml

+4
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,7 @@ services:
2323
- codebench_db:/data
2424
ports:
2525
- 5432:5432
26+
redis:
27+
image: 'redis:6.2.3'
28+
ports:
29+
- '127.0.0.1:6378:6379'

0 commit comments

Comments
 (0)