Hello everybody,
I know I am reopening an old thread, but I just thought it was better than creating a new one for the same topic.
I followed the Master Class, and I can seem to be able to run my custom actions.
@akelad as you asked above I am sharing the logs
2020-06-25T08:42:15.442207233Z model=model,
2020-06-25T08:42:15.442221333Z /opt/venv/lib/python3.7/site-packages/rasa/core/policies/keras_policy.py:265: FutureWarning: 'KerasPolicy' is deprecated and will be removed in version 2.0. Use 'TEDPolicy' instead.
2020-06-25T08:42:15.442236433Z current_epoch=meta["epochs"],
2020-06-25T08:42:15.442278734Z 2020-06-25 08:42:15 ERROR rasa.core.actions.action - Failed to run custom action 'action_get_name'. Couldn't connect to the server at 'http://app:5055/webhook'. Is the server running? Error: Cannot connect to host app:5055 ssl:default [No address associated with hostname]
2020-06-25T08:42:15.442295934Z 2020-06-25 08:42:15 ERROR rasa.core.processor - Encountered an exception while running action 'action_get_name'. Bot will continue, but the actions events are lost. Please check the logs of your action server for more information.
2020-06-25T08:42:16.028834705Z 2020-06-25 08:42:16 ERROR rasa.core.brokers.pika - Could not open Pika channel at host 'rabbit'. Failed with error: 'NoneType' object has no attribute 'basic_publish'
this is how my docker-compose.override.yml looks like

Any help would be appreciated.
Thanks in advance