Initial commit for RedAirsoft VK to TG and MAX poster
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user