Fix compose file

This commit is contained in:
Lucid Kobold
2025-02-19 11:14:35 -05:00
parent fa1e07e4af
commit a7551aa5f9
2 changed files with 3 additions and 1 deletions

View File

@@ -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]
BOT_ADMINS=[1]
GROUP_IDS=-

View File

@@ -1,4 +1,5 @@
services:
bot:
env_file: stack.env
build:
context: .