# Side Notes

## v2.11.4 Raki

### Structural changes

**Server files**

* **User `docker-compose.yaml` file**
  * From `templates/local/<USER_EXCHANGE_NAME>-docker-compose.yaml` to `server/docker-compose-prod.yaml`.
* **User `env` file**
  * From `templates/local/<USER_EXCHANGE_NAME>.env.local` to `server/hollaex-kit.env`.
* **Nginx**
  * Nginx directory: From `templates/local/nginx` to `nginx/`.
  * Nginx container manifest: From the part of the user `docker-comopse.yaml` file to independent `nginx/docker-compose.yaml` file.
* **User Web `docker-compose.yaml` file**
  * From `templates/local/<USER_EXCHANGE_NAME>-docker-compose-web.yaml` to `web/docker-compose.yaml`.
* **Dockerfile**
  * From `Dockerfile.pm2` to `Dockerfile` (Renamed).
* **Nginx for dev mode (non-production)**
  * From `server/tools/nginx` to `server/tools/nginx-dev` (Renamed).

**Kubernetes files**

* Server Helm Charts
  * From the HollaEx CLI internal directory to `server/tools/kubernetes/helm-chart`.
* Server Helm Charts - NodeSelector Params
  * From `templates/kubernetes/config/nodeSelector-<COMPONENT>` to each Helm Chart at  `server/tools/kubernetes/helm-chart.`
* Server Ingress rules
  * From `templates/kubernetes/config/<USER_EXCHANGE_NAME>-ingress.yaml` to `server/tools/kubernetes/hollaex-kit-ingress.yaml`.
* Configmap
  * From `templates/kubernetes/config/<USER_EXCHANGE_NAME>-configmap.yaml` to `server/tools/kubernetes/env/configmap.yaml`.
* Secret
  * From `templates/kubernetes/config/<USER_EXCHANGE_NAME>-secret.yaml` to `server/tools/kubernetes/env/secret.yaml`.
* Web Helm Chart
  * From the HollaEx CLI internal directory to `web/tools/kubernetes/helm-chart`.
* Web Ingress rules
  * From `templates/kubernetes/config/<USER_EXCHANGE_NAME>-ingress-web.yaml` to `web/tools/kubernetes/ingress/hollaex-kit-ingress.yaml`.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hollaex.com/releases/side-notes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
