use redis for queues, sessions and cache (#618)

This commit is contained in:
Saeed Vaziry
2025-06-21 09:48:07 +02:00
committed by GitHub
parent 3196c0d954
commit 7bfa9ef91d
10 changed files with 40 additions and 9 deletions

View File

@ -9,6 +9,7 @@ services:
PASSWORD: "password"
APP_KEY: "base64:UodiJrx3DkcMlizmoimNlDn+yd4q5f2VbkBay19rJwM="
APP_PORT: 8000
APP_URL: "http://localhost:8000"
extra_hosts:
- 'host.docker.internal:host-gateway'
ports: