How to implement frappe/frappe-socketio docker?

So, I have a problem using the socketio in frappe. I have already created the containers (frappe, redis, redis-socketio, mariadb, and frappe-bench) and one day I found one container from frappe, it’s called frappe/frappe-socketio

https://hub.docker.com/r/frappe/frappe-socketio/tags

do I need to add this container too?

Is there any docker compose yml so I can test socket io locally

I appreciate any help you can provide.

Socketio is part of bench setup

it needs redis container.

simple setup showing all containers frappe_docker/pwd.yml at main · frappe/frappe_docker · GitHub

unless you are modifying socketio.js or building your own nodejs app you don’t need to build socketio image.

1 Like

ok thank you for your answer @revant_one, I want to add my custom nodejs app.

the reference from this medium

so I don’t need to add frappe-socketio container? but it still doesn’t work