fix: configure Dify Redis connection
runner nix smoke / nix label and flake smoke (push) Failing after 1m18s
runner nix smoke / nix label and flake smoke (push) Failing after 1m18s
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -25,6 +25,9 @@
|
|||||||
DB_USERNAME: ''${DB_USERNAME:-postgres}
|
DB_USERNAME: ''${DB_USERNAME:-postgres}
|
||||||
DB_HOST: ''${DB_HOST:-db_postgres}
|
DB_HOST: ''${DB_HOST:-db_postgres}
|
||||||
DB_PORT: ''${DB_PORT:-5432}
|
DB_PORT: ''${DB_PORT:-5432}
|
||||||
|
REDIS_HOST: ''${REDIS_HOST:-redis}
|
||||||
|
REDIS_PORT: ''${REDIS_PORT:-6379}
|
||||||
|
REDIS_DB: ''${REDIS_DB:-0}
|
||||||
'';
|
'';
|
||||||
in {
|
in {
|
||||||
options.hectic.services.dify = {
|
options.hectic.services.dify = {
|
||||||
|
|||||||
Reference in New Issue
Block a user