It seems Redis not running when I run Bench Start
03:58:53 system | web.1 started (pid=2494)
03:58:53 system | socketio.1 started (pid=2497)
03:58:53 system | watch.1 started (pid=2501)
03:58:53 system | schedule.1 started (pid=2503)
03:58:53 system | worker.1 started (pid=2507)
Here is the Procfile:
web: bench serve --port 8000
socketio: /home/frappe/.nvm/versions/node/v18.18.2/bin/node apps/frappe/socketio.js
watch: bench watch
schedule: bench schedule
worker: bench worker 1>> logs/worker.log 2>> logs/worker.error.log
Here are the running containers:
2172a727004a frappe/bench:latest "/bin/sh -c 'echo Co…" 3 months ago Up 9 minutes 0.0.0.0:8000-8005->8000-8005/tcp, 6787/tcp, 0.0.0.0:9000-9005->9000-9005/tcp frappe_docker_devcontainer-frappe-1
f8f52cd542d8 mariadb:10.6 "docker-entrypoint.s…" 3 months ago Up 9 minutes 3306/tcp frappe_docker_devcontainer-mariadb-1
3c2b6b9d9199 redis:alpine "docker-entrypoint.s…" 3 months ago Up 9 minutes 6379/tcp frappe_docker_devcontainer-redis-cache-1
8875e0833c1d redis:alpine "docker-entrypoint.s…" 3 months ago Up 9 minutes 6379/tcp frappe_docker_devcontainer-redis-queue-1