mirror of
https://github.com/omg-xtao/ytdlbot.git
synced 2025-01-30 17:58:36 +00:00
pin and bump
This commit is contained in:
parent
2371235c35
commit
3794dd9292
@ -9,13 +9,13 @@ services:
|
|||||||
entrypoint: [ "socat", "tcp-listen:2375,fork,reuseaddr","unix-connect:/var/run/docker.sock" ]
|
entrypoint: [ "socat", "tcp-listen:2375,fork,reuseaddr","unix-connect:/var/run/docker.sock" ]
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: redis:alpine
|
image: redis:7-alpine
|
||||||
restart: always
|
restart: always
|
||||||
logging:
|
logging:
|
||||||
driver: none
|
driver: none
|
||||||
|
|
||||||
mysql:
|
mysql:
|
||||||
image: ubuntu/mysql:8.0-20.04_beta
|
image: ubuntu/mysql:8.0-22.04_beta
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ./db_data:/var/lib/mysql
|
- ./db_data:/var/lib/mysql
|
||||||
@ -48,4 +48,4 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./data/flower:/ytdlbot/ytdlbot/flower
|
- ./data/flower:/ytdlbot/ytdlbot/flower
|
||||||
ports:
|
ports:
|
||||||
- "5555:5555"
|
- "5555:5555"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
pyrogram==1.4.16
|
pyrogram==1.4.16
|
||||||
tgcrypto==1.2.3
|
tgcrypto==1.2.4
|
||||||
yt-dlp==2022.10.4
|
yt-dlp==2022.10.4
|
||||||
APScheduler==3.9.1
|
APScheduler==3.9.1
|
||||||
beautifultable==1.1.0
|
beautifultable==1.1.0
|
||||||
@ -8,15 +8,15 @@ PyMySQL==1.0.2
|
|||||||
celery==5.2.7
|
celery==5.2.7
|
||||||
filetype==1.1.0
|
filetype==1.1.0
|
||||||
flower==1.2.0
|
flower==1.2.0
|
||||||
psutil==5.9.2
|
psutil==5.9.3
|
||||||
influxdb==5.3.1
|
influxdb==5.3.1
|
||||||
beautifulsoup4==4.11.1
|
beautifulsoup4==4.11.1
|
||||||
fakeredis==1.9.3
|
fakeredis==1.10.0
|
||||||
supervisor==4.2.4
|
supervisor==4.2.4
|
||||||
tgbot-ping==1.0.4
|
tgbot-ping==1.0.4
|
||||||
redis==4.3.3
|
redis==4.3.3
|
||||||
requests==2.28.1
|
requests==2.28.1
|
||||||
tqdm==4.64.1
|
tqdm==4.64.1
|
||||||
requests-toolbelt==0.10.0
|
requests-toolbelt==0.10.1
|
||||||
ffpb==0.4.1
|
ffpb==0.4.1
|
||||||
youtube-search-python==1.6.6
|
youtube-search-python==1.6.6
|
||||||
|
Loading…
Reference in New Issue
Block a user