Overview's and notifications not pushed/updated via websocket

Thank you for your reply, but this rake command will show all available HTTP requests. But i’m looking for the shared storage paths, used by the containers.
How i see this, there are 3 “main” containers; railsserver, scheduler and websocket.

railserver;

  • /tmp [needs to be private]
  • /tmp/cache [needs to be private]
  • /tmp/websocket_production [needs to be shared]
  • /tmp/sockets [unknown]
  • /tmp/pids [unknown]

websocket;

  • /tmp [needs to be private]
  • /tmp/cache [needs to be private]
  • /tmp/websocket_production [needs to be shared]

scheduler;

  • /tmp [needs to be private]
  • /tmp/cache [needs to be private]
  • /tmp/websocket_production [needs to be shared]

Just to state the obvious, the data directory needs to be shared with all containers

1 Like