got app working with jobs scheduling

This commit is contained in:
Bojan Kucera 2025-06-08 17:21:25 -04:00
parent 52c2f08db2
commit ead13257b3
2 changed files with 102 additions and 16 deletions

View file

@ -13,6 +13,8 @@ services:
- --proactor_threads=8
- --bind=0.0.0.0
- --admin_port=6380
- --cluster_mode=emulated
- --lock_on_hashtags
volumes:
- dragonfly_data:/data
restart: unless-stopped