16 lines
370 B
YAML
16 lines
370 B
YAML
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"
|