-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathdocker-compose.yml
31 lines (30 loc) · 965 Bytes
/
docker-compose.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
services:
telegram-onedrive:
container_name: telegram-onedrive
image: hlf01/telegram-onedrive
restart: always
volumes:
- telegram-onedrive-session:/session
- telegram-onedrive-logs:/logs
# - /path/to/*.crt:/ssl/server.crt
# - /path/to/*.key:/ssl/server.key
ports:
- xxxx:8080
environment:
# - trace_level=info
# - worker_num=5
- server_uri=https://xxxxxxxx.com
# - reverse_proxy=true
- tg_bot_token=xxxxxxxxxx:xxxxxxxxxxxxxx_xxxxxxxxxxxxxxxxxxxx
- tg_api_id=xxxxxxxx
- tg_api_hash=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
- tg_user_phone=+xxyyyyyyyyyyy
# - tg_user_password=xxxxxxxx
# - tg_user_name=xxxxxxxx
- od_client_id=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
- od_client_secret=xxxxx~x.xxxx.xxxxxxxxxxxxxxxxxxxxxxxxxxxx
- od_root_path=/xxxxxxxx
# - auto_delete=true
volumes:
telegram-onedrive-session:
telegram-onedrive-logs: