Release v0.3 - Add Redis support #82

Merged
lamacchinadesiderante merged 9 commits from develop into main 2024-05-18 11:35:07 +00:00
2 changed files with 7 additions and 3 deletions
Showing only changes of commit 5245125097 - Show all commits

View File

@ -2,4 +2,6 @@ node_modules
.git
.gitignore
.next
package-lock.json
package-lock.json
.env

View File

@ -20,8 +20,10 @@ services:
ports:
- "8069:3000"
env_file: .env
environment:
- ENABLE_REDIS=true
- REDIS_URL=redis://redis:6379
redis:
image: redis:alpine
container_name: redis