diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 7ccf7f627b..c7cd892bd5 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -39,7 +39,7 @@ } } }, - "postCreateCommand": "" + "postCreateCommand": "", // "workspaceMount": "src=${localWorkspaceFolder},dst=/code,type=bind,consistency=cached" // "runArgs": [ @@ -54,4 +54,5 @@ // "settings": { // "terminal.integrated.shell.linux": "/bin/bash" // }, -} \ No newline at end of file + "features": {"ghcr.io/devcontainers/features/git:1": {}} +} diff --git a/README.md b/README.md index 4da7d3708b..e45995a966 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,7 @@ Keep up with the latest updates by visiting the releases page - [Releases](https * [Cloudflare](docs/deployment/cloudflare.md) * [Ngrok](docs/deployment/ngrok.md) * [Render](docs/deployment/render.md) + * [Azure](docs/deployment/azure.md)
diff --git a/docs/deployment/azure.md b/docs/deployment/azure.md new file mode 100644 index 0000000000..a3fcb3e887 --- /dev/null +++ b/docs/deployment/azure.md @@ -0,0 +1,5 @@ +# Azure deployment + +There are different ways of how a deployment can be done in Azure. +One way is to use Terraform to setup all the necessary ressources automatically, here is an [example setup](https://github.com/thunderbug1/LibreChatAzureDeployment) with the setup instructions. +After following the setup instructions, you will be able to reach your instance with the url that is shown after the "terraform apply" command. \ No newline at end of file