mirror of
https://github.com/krau/SaveAny-Bot.git
synced 2026-06-27 18:21:35 +08:00
docs: add docker deploy
This commit is contained in:
@@ -6,6 +6,11 @@ services:
|
||||
environment:
|
||||
- SAVEANY_TELEGRAM_TOKEN=bot_token
|
||||
- SAVEANY_TELEGRAM_ADMINS=admin_id1,admin_id2
|
||||
# 推荐使用自己的 API ID 和 API HASH (https://my.telegram.org)
|
||||
# 若不配置将使用默认的 API ID 和 API HASH
|
||||
# - SAVEANY_TELEGRAM_APP_ID=app_id
|
||||
# - SAVEANY_TELEGRAM_APP_HASH=app_hash
|
||||
|
||||
# 本地存储
|
||||
- SAVEANY_STORAGE_LOCAL_ENABLE=true
|
||||
- SAVEANY_STORAGE_LOCAL_BASE_PATH=/app/downloads
|
||||
|
||||
Reference in New Issue
Block a user