build(arabot): update deps

This commit is contained in:
Anthony
2024-06-27 11:23:09 +02:00
parent bd87a8b6c6
commit 19721c10ea
5 changed files with 1354 additions and 1874 deletions

View File

@@ -12,7 +12,6 @@ POSTGRES_DB=DB
# Redis
REDIS_URL= # URL to redis database (if running everything within docker compose, use "redis")
BULLMQ_URL # URL for redis database, but without redis:// and credentials
# Database URL (designed for Postgres, but designed on Prisma)
DATABASE_URL= # "postgresql://USERNAME:PASSWORD@postgres:5432/DB?schema=ara&sslmode=prefer"