From d7e43cb659915c9c68ecfe39d09a42312bf5fc58 Mon Sep 17 00:00:00 2001 From: Cristian Ferretti <37232625+jcferretti@users.noreply.github.com> Date: Mon, 22 Nov 2021 17:34:48 -0500 Subject: [PATCH] Add missing DEEPHAVEN_APPLICATION_DIR to .env files in other docker-compose directories (#1600) --- redpanda-apicurio/.env | 1 + redpanda/.env | 1 + 2 files changed, 2 insertions(+) diff --git a/redpanda-apicurio/.env b/redpanda-apicurio/.env index d29c0ecf2af..6058754a014 100644 --- a/redpanda-apicurio/.env +++ b/redpanda-apicurio/.env @@ -3,3 +3,4 @@ REPO=ghcr.io/ TAG=main PORT=10000 DEEPHAVEN_CONSOLE_TYPE=python +DEEPHAVEN_APPLICATION_DIR=/data/app.d diff --git a/redpanda/.env b/redpanda/.env index aa0d5af4e99..5cc29ee9081 100644 --- a/redpanda/.env +++ b/redpanda/.env @@ -3,3 +3,4 @@ REPO=ghcr.io/ TAG=main PORT=10000 DEEPHAVEN_CONSOLE_TYPE=python +DEEPHAVEN_APPLICATION_DIR=/data/app.d