初始化多平台机器人部署项目 - Telegram/Discord/QQ资源搜索机器人
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
version: "3"
|
||||
services:
|
||||
tg_search_bot:
|
||||
image: python:3.10
|
||||
restart: always
|
||||
working_dir: /app
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
network_mode: "host"
|
||||
volumes:
|
||||
- .:/app
|
||||
- ~/.tg_search_bot:/root/.tg_search_bot
|
||||
command: >
|
||||
sh -c "
|
||||
pip3 install -U -r requirements.txt &&
|
||||
python3 bot.py"
|
||||
Reference in New Issue
Block a user