From b643f242a42a1caaee935cc6b3ed4f4c9179dda6 Mon Sep 17 00:00:00 2001 From: scanash00 Date: Thu, 3 Apr 2025 23:15:08 -0800 Subject: [PATCH] fix: reference DFLY_requirepass in the DragonflyDB compose --- blueprints/dragonfly-db/docker-compose.yml | 2 ++ blueprints/dragonfly-db/template.toml | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/blueprints/dragonfly-db/docker-compose.yml b/blueprints/dragonfly-db/docker-compose.yml index fc4b8da..7feaeb8 100644 --- a/blueprints/dragonfly-db/docker-compose.yml +++ b/blueprints/dragonfly-db/docker-compose.yml @@ -8,5 +8,7 @@ services: - "6379:6379" volumes: - dragonflydata:/data + environment: + - DFLY_requirepass volumes: dragonflydata: \ No newline at end of file diff --git a/blueprints/dragonfly-db/template.toml b/blueprints/dragonfly-db/template.toml index 6cd2822..dca7301 100644 --- a/blueprints/dragonfly-db/template.toml +++ b/blueprints/dragonfly-db/template.toml @@ -14,7 +14,6 @@ port = 6379 host = "${main_domain}" path = "/" - [[config.mounts]] filePath = "/content/configuration.conf" content = """