add_redis #2

Merged
B4D_US3R merged 7 commits from add_redis into master 2025-04-23 17:51:51 +05:00
Showing only changes of commit 1f1c964e91 - Show all commits

View file

@ -5,6 +5,8 @@ services:
volumes:
- ./config.yaml:/app/kiki/config.yaml
- ./secret.conf:/app/kiki/secret.conf
depends_on:
- redis
redis:
image: redis
restart: always