mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-15 23:10:59 +00:00
fix(release): publish installable multi-arch artifacts (#2432)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@@ -83,15 +83,6 @@ cd LangBot/docker
|
||||
docker compose --profile all up -d
|
||||
```
|
||||
|
||||
> If the deployment is accessible from the Internet, protect the internal Runtime connections with strong tokens:
|
||||
>
|
||||
> ```bash
|
||||
> export LANGBOT_PLUGIN_RUNTIME_CONTROL_TOKEN="$(openssl rand -hex 32)"
|
||||
> export LANGBOT_BOX_CONTROL_TOKEN="$(openssl rand -hex 32)"
|
||||
> docker compose --profile all up -d
|
||||
> ```
|
||||
>
|
||||
> Compose passes each value to both ends of its connection. If both ends leave a token unset, the open-source deployment permits a tokenless connection for backward compatibility. Store configured values in your deployment secret manager; do not commit them.
|
||||
|
||||
### One-Click Cloud Deploy
|
||||
|
||||
|
||||
Reference in New Issue
Block a user