mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-10 21:16:55 +08:00
萌森
70849058f9
LinkDing Docker Mailserver Pixman DeepLX API Cookie Cloud Telegram Bot Api Signed-off-by: 萌森 <qyg2297248353@163.com>
32 lines
854 B
YAML
32 lines
854 B
YAML
version: "3.8"
|
|
|
|
networks:
|
|
1panel-network:
|
|
external: true
|
|
|
|
services:
|
|
telegram-bot-api:
|
|
image: aiogram/telegram-bot-api:7.7
|
|
container_name: ${CONTAINER_NAME}
|
|
labels:
|
|
createdBy: "Apps"
|
|
restart: always
|
|
networks:
|
|
- 1panel-network
|
|
ports:
|
|
- ${PANEL_APP_PORT_HTTPS}:8081
|
|
- ${PANEL_APP_PORT_HTTP}:8082
|
|
env_file:
|
|
- /etc/1panel/envs/global.env
|
|
- ${ENV_FILE:-/etc/1panel/envs/default.env}
|
|
volumes:
|
|
- ${TELEGRAM_BOT_API_ROOT_PATH}/data:/var/lib/telegram-bot-api
|
|
- ${TELEGRAM_BOT_API_ROOT_PATH}/logs:/var/log/telegram-bot-api
|
|
environment:
|
|
- TELEGRAM_STAT=1
|
|
- TELEGRAM_LOCAL=1
|
|
- TELEGRAM_VERBOSITY=1
|
|
- TELEGRAM_MAX_WEBHOOK_CONNECTIONS=100000
|
|
- TELEGRAM_LOG_FILE=/var/log/telegram-bot-api/telegram-bot-api.log
|
|
- TELEGRAM_MAX_CONNECTIONS=1024
|