From 509f4210e093ee09f517b9683efd75613606d9ea Mon Sep 17 00:00:00 2001 From: "system32.eth" <23362597+Raecaug@users.noreply.github.com> Date: Sun, 19 Feb 2023 02:46:33 -0500 Subject: [PATCH] Expose env variables in docker-compose.yml Added all optional enviroment variables to docker-compose.yml file for users to configure. Signed-off-by: system32.eth <23362597+Raecaug@users.noreply.github.com> --- docker-compose.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 4529bac..6647db0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,12 +6,21 @@ services: environment: OPENAI_TOKEN: "" DISCORD_TOKEN: "" + PINECONE_TOKEN: "" + PINECONE_REGION: "" DEBUG_GUILD: "974519864045756446" DEBUG_CHANNEL: "977697652147892304" ALLOWED_GUILDS: "971268468148166697,971268468148166697" + GOOGLE_SEARCH_API_KEY: "" + GOOGLE_SEARCH_ENGINE_ID: "" + DEEPL_TOKEN: "" ADMIN_ROLES: "Admin,Owner" DALLE_ROLES: "Admin,Openai,Dalle,gpt" GPT_ROLES: "openai,gpt" + TRANSLATOR_ROLES: "Admin,Owner" + INDEX_ROLES: "Admin,Owner" + SEARCH_ROLES: "Admin,Owner" + CUSTOM_BOT_NAME: "GPT3Discord" WELCOME_MESSAGE: "Hi There! Welcome to our Discord server. We hope you'll enjoy our server and we look forward to engaging with you!" USER_INPUT_API_KEYS: "False" MODERATIONS_ALERT_CHANNEL: "977697652147892304"