fix: configure Dify Redis connection
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:
2026-09-12 19:59:21 +00:00
parent a8c4a52a68
commit fce9ae07be
+3
View File
@@ -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 = {