fix(install): add redis env variables to compose file

This commit is contained in:
Jake Turner 2025-12-07 10:57:32 -08:00
parent 1e9e4cb1e7
commit ce8dbd91ab
No known key found for this signature in database
GPG Key ID: 694BC38EF2ED4844

View File

@ -25,6 +25,8 @@ services:
- DB_PASSWORD=replaceme
- DB_NAME=nomad
- DB_SSL=false
- REDIS_HOST=localhost
- REDIS_PORT=6379
depends_on:
mysql:
condition: service_healthy