Fix compose file #2

Merged
LucidKobold merged 1 commits from deploy/docker-compose into main 2025-02-19 11:14:57 -05:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit a7551aa5f9 - Show all commits

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