mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-03-28 03:29:25 +01:00
fix(install): add redis env variables to compose file
This commit is contained in:
parent
1e9e4cb1e7
commit
ce8dbd91ab
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user