Redis cache and celery, avoid overflow

This commit is contained in:
Luciano Gervasoni
2025-09-03 23:07:03 +02:00
parent 569e7d4676
commit a9074f45b5
5 changed files with 46 additions and 20 deletions

View File

@@ -52,13 +52,20 @@ services:
#volumes: # Persistent DB?
# - ./postgres:/var/lib/postgresql/data
fetcher_redis:
fetcher_redis_cache:
extends:
file: docker-compose-base.yml
service: fetcher_redis
service: fetcher_redis_cache
ports:
- 6379:6379
fetcher_redis_celery:
extends:
file: docker-compose-base.yml
service: fetcher_redis_celery
ports:
- 6380:6380
fetcher_flower:
extends:
file: docker-compose-base.yml