Use new version naming convention

This commit is contained in:
Luke Murphy 2020-07-02 14:01:02 +02:00
parent 248f8e2b8d
commit 9292655852

View File

@ -69,25 +69,25 @@ networks:
configs: configs:
app_ini: app_ini:
name: ${STACK_NAME}_app_ini_${APP_INI_VERSION} name: ${APP_INI_VERSION}
file: app.ini.tmpl file: app.ini.tmpl
template_driver: golang template_driver: golang
secrets: secrets:
db_passwd: db_passwd:
name: ${STACK_NAME}_db_passwd_${DB_PASSWD_VERSION} Aname: ${DB_PASSWD_VERSION}
external: true external: true
db_root_passwd: db_root_passwd:
name: ${STACK_NAME}_db_passwd_${DB_ROOT_PASSWD_VERSION} name: ${DB_ROOT_PASSWD_VERSION}
external: true external: true
internal_token: internal_token:
name: ${STACK_NAME}_internal_token_${INTERNAL_TOKEN_VERSION} name: ${INTERNAL_TOKEN_VERSION}
external: true external: true
jwt_secret: jwt_secret:
name: ${STACK_NAME}_jwt_secret_${JWT_SECRET_VERSION} name: ${JWT_SECRET_VERSION}
external: true external: true
secret_key: secret_key:
name: ${STACK_NAME}_secret_key_${SECRET_KEY_VERSION} name: ${SECRET_KEY_VERSION}
external: true external: true
volumes: volumes: