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: .