feat: bullmq poc

This commit is contained in:
2025-03-31 21:45:35 +02:00
parent 648d3296e2
commit 18d69a6aab
10 changed files with 290 additions and 125 deletions

View File

@@ -10,6 +10,12 @@ services:
- ./psql:/var/lib/postgresql/data
ports:
- 5555:5432
redis:
image: redis:7.4-alpine
volumes:
- ./redis:/data
ports:
- 6379:6379
nginx-rtmp:
# ports:
# - 1935:1935