Fix compose file
This commit is contained in:
@@ -6,4 +6,5 @@ BOT_WEBHOOK=https://www.example.com/webhook
|
|||||||
BOT_WEBHOOK_SECRET=RANDOM_SECRET_VALUE
|
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=-
|
||||||
@@ -1,4 +1,5 @@
|
|||||||
services:
|
services:
|
||||||
bot:
|
bot:
|
||||||
|
env_file: stack.env
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
|
|||||||
Reference in New Issue
Block a user