I could run it in the localhost but deployment to the remote server needs tweaking deployment.toml file. Where do we need to make those changes in order to properly deploy it?
I could run it in the localhost but deployment to the remote server needs tweaking deployment.toml file. Where do we need to make those changes in order to properly deploy it?
You can use a docker compose file as in [1]. In the compose file you can mount the config directory and the configs in the deployment toml is applied there[2].
If you want to use just docker, then you can again mount only the deployment.toml file via docker volume mount [3].