Hello,
I hope that you are doing well today.
I have only just now started to learn and look over Rasa chat for possible use in a project that I am doing now and while researching things came across you github repo for rasa-webchat-docker-stack-example.
While basically just wanting to see an online IPA chat assistant in action and also liking Docker a bit, I tried to build and boot your stack on my Debian 9 system with no other docker images installed.
I also had to set the Docker Swarm Init that I had really never used but had utilized Docker-Compose in the past.
In any case, it seem that something in the stack crashes out:
rasa-webchat-docker-stack-example$ docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
aecd93b4099a rasa-frontend:local "npx http-server -p …" 17 seconds ago Up 11 seconds 8888/tcp rasa-wc-example_frontend.1.ro1le0z1w7qs4gty18u07rk4q
7619e6da5985 rasa:local "rasa run --enable-a…" 32 seconds ago Up 24 seconds 5005/tcp rasa-wc-example_rasa.1.5fxfr7tfm2vpjw0gfegbi94vh
aefb99df5bd6 redis:5 "docker-entrypoint.s…" 33 seconds ago Up 27 seconds 6379/tcp rasa-wc-example_redis.1.q8vr6qa1hvbmpe60nlpc3sroj
520500f4a161 traefik:1.7 "/traefik --web --ap…" 39 seconds ago Up 26 seconds 80/tcp rasa-wc-example_traefik.1.uu9472t674w5kf0st18yr6z7u
bf43e73f1fc2 rasa-action-server:local "./entrypoint.sh sta…" 46 seconds ago Up 40 seconds 5055/tcp rasa-wc-example_action-server.1.t1lsi9r1p2ujhvmkn7l30kb9n
f862e450858c rasa:local "rasa run --enable-a…" 50 seconds ago Exited (0) 29 seconds ago rasa-wc-example_rasa.1.43mrl4xich7gdj1h3nc4ziasr
aef40c6dda13 rasa-action-server:local "./entrypoint.sh sta…" 52 seconds ago Created rasa-wc-example_action-server.1.d8qj69lp39i8dzohslua1kdwt
eb0fb4afe0e6 rasa-frontend:local "npx http-server -p …" 52 seconds ago Exited (0) 14 seconds ago rasa-wc-example_frontend.1.vp1myjn1octqa48jirfmte0w0
In particular it seems that the Rasa and Rasa-Frontend do not function and I would like to see if you could possibly help?
Thanks and have a good day