I pulled :-)
Unfortunately its still not working for me. Dont know exactly what the problem is. I think it has something to do with
the NODE_STARTUP_METHOD variable.
With NODE_STARTUP_METHOD: 'forever start' i get this in the dockerebot_ebot_1 logs
-----cut-------
-----------------------------------------------------
| Registerung Shutdown function !
| Starting eBot Websocket-Server !
| Using forever start
| WebSocket server crashed
-----------------------------------------------------
With NODE_STARTUP_METHOD: '' it seems to start ok:
-----cut-----------
2016-09-23 17:27:27 - LOG [eBot\Manager\MessageManager] 24 messages loaded for CSGO
2016-09-23 17:27:27 - LOG [eBot\Application\Application] Registering PluginsManager
2016-09-23 17:27:27 - LOG [eBot\Manager\PluginsManager] Loading plugins
2016-09-23 17:27:27 - LOG [eBot\Application\Application] Registering ReportManager
2016-09-23 17:27:27 - LOG [eBot\Application\Application] Starting eBot Application
2016-09-23 17:27:27 - LOG [WebSocket] Setting WebSocket fix to 172.17.0.3:12361
2016-09-23 17:27:27 - LOG [WebSocket] Setting WebSocket fix to 172.17.0.3:12361
2016-09-23 17:27:27 - LOG [WebSocket] Setting WebSocket fix to 172.17.0.3:12361
2016-09-23 17:27:27 - LOG [WebSocket] Setting WebSocket fix to 172.17.0.3:12361
2016-09-23 17:27:27 - LOG [WebSocket] Setting WebSocket fix to 172.17.0.3:12361
2016-09-23 17:27:37 - LOG [eBot\Manager\ReportManager] Report sent!
But in the Admin panel in the Webinterface it just says:
Loading
Loading
Sound On (Turn Off)
So it seems like to be a problem with the Websocket or something.
Edit: Also i still found a netcat loop in /sbin/entrypoint.sh :
$ docker exec -it dockerebot_ebot_1 cat /sbin/entrypoint.sh |grep nc
while ! nc -z $MYSQL_HOST $MYSQL_PORT; do sleep 3; done