generated from coop-cloud/example
fix: make config version name match config name
This commit is contained in:
4
abra.sh
4
abra.sh
@ -1,2 +1,2 @@
|
|||||||
export CONFIG_WRITEFREELY_VERSION=v3
|
export CONFIG_INI_VERSION=v1
|
||||||
export CONFIG_ENTRYPOINT_VERSION=v1
|
export WRITEFREELY_ENTRYPOINT_VERSION=v1
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user