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