fix: make config version name match config name

This commit is contained in:
Mac Chaffee
2025-09-10 18:26:01 -04:00
parent 7e03425bc2
commit cff1b66703
2 changed files with 4 additions and 4 deletions

View File

@ -1,2 +1,2 @@
export CONFIG_WRITEFREELY_VERSION=v3 export CONFIG_INI_VERSION=v1
export CONFIG_ENTRYPOINT_VERSION=v1 export WRITEFREELY_ENTRYPOINT_VERSION=v1

View File

@ -54,9 +54,9 @@ networks:
configs: configs:
config_ini: config_ini:
name: ${STACK_NAME}_config_${CONFIG_WRITEFREELY_VERSION} name: ${STACK_NAME}_config_${CONFIG_INI_VERSION}
file: config.ini.tmpl file: config.ini.tmpl
template_driver: golang template_driver: golang
writefreely_entrypoint: writefreely_entrypoint:
name: ${STACK_NAME}_entrypoint_${CONFIG_ENTRYPOINT_VERSION} name: ${STACK_NAME}_entrypoint_${WRITEFREELY_ENTRYPOINT_VERSION}
file: entrypoint.sh file: entrypoint.sh