mirror of
https://github.com/kristoferssolo/tg-relay-rs.git
synced 2026-02-04 06:42:09 +00:00
fix(instagram): session cookie
This commit is contained in:
@@ -7,11 +7,9 @@ services:
|
||||
BINARY_NAME: tg-relay-rs
|
||||
environment:
|
||||
TELOXIDE_TOKEN: ${TELOXIDE_TOKEN}
|
||||
COOKIES_PATH: ${YT_COOKIES_PATH:-/app/yt-cookies.txt}
|
||||
SESSION_PATH: ${IG_SESSION_PATH:-/app/ig-session}
|
||||
IG_SESSION_COOKIE_PATH: /app/www.instagram.com_cookies.txt
|
||||
RUST_LOG: ${RUST_LOG:-info}
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./comments.txt:/app/comments.txt:ro
|
||||
- /etc/secrets/ig-session:${IG_SESSION_PATH:-/app/ig-session}:ro
|
||||
- /etc/secrets/yt-cookies.txt:${YT_COOKIES_PATH:-/app/yt-cookies.txt}:rw
|
||||
- ${IG_SESSION_COOKIE_PATH:-/etc/secrets/www.instagram.com_cookies.txt}:/app/www.instagram.com_cookies.txt:rw
|
||||
|
||||
Reference in New Issue
Block a user