Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2024-11-28 09:57:19 +00:00
parent 373a561487
commit 275d5be658
1857 changed files with 56700 additions and 0 deletions
@@ -0,0 +1,28 @@
networks:
1panel-network:
external: true
services:
telegram-bot-api:
container_name: telegram-bot-api
env_file:
- ./envs/global.env
- .env
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
image: aiogram/telegram-bot-api:8.0
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTPS}:8081
- ${PANEL_APP_PORT_HTTP}:8082
restart: always
volumes:
- ${TELEGRAM_BOT_API_ROOT_PATH}/data:/var/lib/telegram-bot-api
- ${TELEGRAM_BOT_API_ROOT_PATH}/logs:/var/log/telegram-bot-api