diff options
Diffstat (limited to 'docker-compose.example.yml')
-rw-r--r-- | docker-compose.example.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker-compose.example.yml b/docker-compose.example.yml index 2c0249c..d56e495 100644 --- a/docker-compose.example.yml +++ b/docker-compose.example.yml @@ -5,6 +5,7 @@ services: image: ruby:3.2.2-slim-bullseye command: sh -c "apt-get update && apt-get install -y --no-install-recommends build-essential libffi-dev lua5.4-dev && gem install nano-bots -v 0.0.9 && bash" environment: + NANO_BOTS_ENCRYPTION_PASSWORD: UNSAFE OPENAI_API_ADDRESS: https://api.openai.com OPENAI_API_ACCESS_TOKEN: your-token OPENAI_API_USER_IDENTIFIER: your-user |