shorten app_config_js config name to fit 64-char Docker limit

This commit is contained in:
notplants
2026-04-20 17:30:22 +00:00
parent a9f451a177
commit 081c196078
2 changed files with 4 additions and 4 deletions

View File

@ -3,4 +3,4 @@ export CONFIG_JS_VERSION=v2
export NGINX_CONF_VERSION=v1
export SSO_ENTRYPOINT_VERSION=v6
export SSO_JS_VERSION=v3
export APPLICATION_CONFIG_VERSION=v3
export APP_CONFIG_JS_VERSION=v1

View File

@ -27,7 +27,7 @@ services:
configs:
- source: config_js
target: /cryptpad/config/config.js
- source: application_config_js
- source: app_config_js
target: /cryptpad/customize/application_config.js
deploy:
@ -89,7 +89,7 @@ configs:
name: ${STACK_NAME}_nginx_conf_${NGINX_CONF_VERSION}
file: nginx.conf.tmpl
template_driver: golang
application_config_js:
name: ${STACK_NAME}_application_config_js_${APPLICATION_CONFIG_VERSION}
app_config_js:
name: ${STACK_NAME}_app_config_js_${APP_CONFIG_JS_VERSION}
file: application_config.js.tmpl
template_driver: golang