mirror of
https://github.com/kristoferssolo/tg-relay-rs.git
synced 2026-02-04 06:42:09 +00:00
feat(yt): add cookies env flag
This commit is contained in:
@@ -8,8 +8,9 @@ services:
|
||||
environment:
|
||||
TELOXIDE_TOKEN: ${TELOXIDE_TOKEN}
|
||||
COOKIES_PATH: ${COOKIES_PATH:-/app/yt-cookies.txt}
|
||||
COOKIES: ${COOKIES:-false}
|
||||
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:ro
|
||||
|
||||
Reference in New Issue
Block a user