mirror of
https://github.com/tgbot-collection/ytdlbot.git
synced 2024-11-10 09:12:45 +08:00
flower auto purge to 1 hour
This commit is contained in:
parent
4163597a08
commit
026a184e02
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ services:
|
|||
command: [ "/usr/local/bin/celery",
|
||||
"-A", "flower_tasks", "flower",
|
||||
"--basic_auth=benny:123456",
|
||||
"--address=0.0.0.0", "--persistent","--purge_offline_workers=1" ]
|
||||
"--address=0.0.0.0", "--persistent","--purge_offline_workers=3600" ]
|
||||
volumes:
|
||||
- ./data/flower:/ytdlbot/ytdlbot/flower
|
||||
ports:
|
||||
|
|
Loading…
Reference in a new issue