mirror of
https://github.com/kristoferssolo/tg-relay-rs.git
synced 2026-02-04 06:42:09 +00:00
fix: docker
This commit is contained in:
@@ -7,10 +7,9 @@ services:
|
||||
BINARY_NAME: tg-relay-rs
|
||||
environment:
|
||||
TELOXIDE_TOKEN: ${TELOXIDE_TOKEN}
|
||||
COOKIES_PATH: /app/yt-cookies.txt
|
||||
COOKIES_PATH: ${COOKIES_PATH:-/app/yt-cookies.txt}
|
||||
RUST_LOG: ${RUST_LOG:-info}
|
||||
restart: unless-stopped
|
||||
# If you need persistent storage (e.g. caching):
|
||||
volumes:
|
||||
- ./comments.txt:/app/comments.txt:ro
|
||||
- ~/.config/yt-cookies.txt:/app/yt-cookies.txt:ro
|
||||
- ${HOME}/.config/yt-cookies.txt:/app/yt-cookies.txt:ro
|
||||
|
||||
Reference in New Issue
Block a user