tg-relay-rs/docker-compose.yml
2025-09-20 00:15:50 +03:00

16 lines
414 B
YAML

services:
bot:
build:
context: .
dockerfile: Dockerfile
args:
BINARY_NAME: tg-relay-rs
environment:
TELOXIDE_TOKEN: ${TELOXIDE_TOKEN}
COOKIES_PATH: ${COOKIES_PATH:-/app/yt-cookies.txt}
RUST_LOG: ${RUST_LOG:-info}
restart: unless-stopped
volumes:
- ./comments.txt:/app/comments.txt:ro
- ${HOME}/.config/yt-cookies.txt:/app/yt-cookies.txt:ro