Initial commit for RedAirsoft VK to TG and MAX poster

This commit is contained in:
2026-08-14 19:10:27 +05:00
commit 41722c0ffc
17 changed files with 2356 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
services:
vk-poster:
build:
context: .
dockerfile: Dockerfile
container_name: redairsoft-vk-poster
restart: unless-stopped
env_file:
- .env
volumes:
- ./data:/app/data
- ./cache:/tmp/poster_cache
# Port 8081 can be exposed if external access to local Telegram Bot API is desired
# ports:
# - "8081:8081"