Files
Docker_Compose/4600Pro/tgd/docker-compose.yaml
T
2026-07-25 02:31:18 +08:00

29 lines
770 B
YAML

version: "3.3"
services:
telegram_media_downloader:
image: tangyoha/telegram_media_downloader:local
build: .
ports:
# Here is what you need to edit
- "2400:5000"
#environment:
# - http_proxy=http://192.168.101.30:10811
# - https_proxy=http://192.168.101.30:10811
volumes:
# Here is what you need to edit
- "/volume1/PornClub/tgDownloads/:/app/downloads/"
# Rclone
- "$HOME/.config/rclone/:$HOME/.config/rclone/"
# The following is what you don't need to edit
- "./config.yaml:/app/config.yaml"
- "./data.yaml:/app/data.yaml"
- "./log/:/app/log/"
- "./sessions/:/app/sessions"
- "./temp/:/app/temp"
#restart: "unless-stopped"
# volumes:
# sessions:
# temp: