Remove Redis — overkill for this app #36

Closed
opened 2026-05-01 21:54:46 +02:00 by myrmidex · 0 comments
Owner

Redis is currently in the dev compose but unused — no queues, no broadcasting, no high-traffic caching. Remove it to simplify the dev environment.

Changes

  • Remove redis service from docker/dev/podman/docker-compose.yml
  • Set SESSION_DRIVER=file or database in the compose environment
  • Set CACHE_STORE=file or database
  • Remove redis_data volume if present
Redis is currently in the dev compose but unused — no queues, no broadcasting, no high-traffic caching. Remove it to simplify the dev environment. ## Changes - Remove `redis` service from `docker/dev/podman/docker-compose.yml` - Set `SESSION_DRIVER=file` or `database` in the compose environment - Set `CACHE_STORE=file` or `database` - Remove `redis_data` volume if present
myrmidex added this to the v0.3.0 milestone 2026-05-01 21:54:46 +02:00
myrmidex added the
enhancement
label 2026-05-01 21:54:46 +02:00
myrmidex self-assigned this 2026-05-01 21:54:46 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: lvl0/incr#36
No description provided.