From a7551aa5f9ae9d7c9d8c50c0b4570c81a2ca1185 Mon Sep 17 00:00:00 2001 From: Lucid Kobold <72232219+LucidKobold@users.noreply.github.com> Date: Wed, 19 Feb 2025 11:14:35 -0500 Subject: [PATCH] Fix compose file --- .env.example | 3 ++- compose.yml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 26693c5..a691080 100644 --- a/.env.example +++ b/.env.example @@ -6,4 +6,5 @@ BOT_WEBHOOK=https://www.example.com/webhook BOT_WEBHOOK_SECRET=RANDOM_SECRET_VALUE SERVER_HOST=localhost SERVER_PORT=3000 -BOT_ADMINS=[1] \ No newline at end of file +BOT_ADMINS=[1] +GROUP_IDS=- \ No newline at end of file diff --git a/compose.yml b/compose.yml index db2a1b7..3ddf6b4 100644 --- a/compose.yml +++ b/compose.yml @@ -1,4 +1,5 @@ services: bot: + env_file: stack.env build: context: .