From cff1b66703842f31743751923cdd93543fc909f8 Mon Sep 17 00:00:00 2001 From: Mac Chaffee Date: Wed, 10 Sep 2025 18:26:01 -0400 Subject: [PATCH] fix: make config version name match config name --- abra.sh | 4 ++-- compose.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/abra.sh b/abra.sh index c76c018..cdf960e 100644 --- a/abra.sh +++ b/abra.sh @@ -1,2 +1,2 @@ -export CONFIG_WRITEFREELY_VERSION=v3 -export CONFIG_ENTRYPOINT_VERSION=v1 +export CONFIG_INI_VERSION=v1 +export WRITEFREELY_ENTRYPOINT_VERSION=v1 diff --git a/compose.yml b/compose.yml index 095f041..38c2cbc 100644 --- a/compose.yml +++ b/compose.yml @@ -54,9 +54,9 @@ networks: configs: config_ini: - name: ${STACK_NAME}_config_${CONFIG_WRITEFREELY_VERSION} + name: ${STACK_NAME}_config_${CONFIG_INI_VERSION} file: config.ini.tmpl template_driver: golang writefreely_entrypoint: - name: ${STACK_NAME}_entrypoint_${CONFIG_ENTRYPOINT_VERSION} + name: ${STACK_NAME}_entrypoint_${WRITEFREELY_ENTRYPOINT_VERSION} file: entrypoint.sh