Merge pull request #2 from LucidCreationsMedia/deploy/docker-compose

Fix compose file
This commit was merged in pull request #2.
This commit is contained in:
Lucid Kobold
2025-02-19 11:14:57 -05:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -7,3 +7,4 @@ BOT_WEBHOOK_SECRET=RANDOM_SECRET_VALUE
SERVER_HOST=localhost SERVER_HOST=localhost
SERVER_PORT=3000 SERVER_PORT=3000
BOT_ADMINS=[1] BOT_ADMINS=[1]
GROUP_IDS=-

View File

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