fix(yt): cookies

This commit is contained in:
2025-09-23 11:21:47 +03:00
parent b124a5bdc7
commit 6b7cab4032
3 changed files with 4 additions and 3 deletions

View File

@@ -7,9 +7,9 @@ services:
BINARY_NAME: tg-relay-rs
environment:
TELOXIDE_TOKEN: ${TELOXIDE_TOKEN}
COOKIES_PATH: ${COOKIES_PATH:-/app/yt-cookies.txt}
COOKIES_PATH: /app/yt-cookies.txt
RUST_LOG: ${RUST_LOG:-info}
restart: unless-stopped
volumes:
- ./comments.txt:/app/comments.txt:ro
- /etc/secrets/yt-cookies.txt:/app/yt-cookies.txt
- /etc/secrets/yt-cookies.txt:/app/yt-cookies.txt:rw