/app/endpoints.yml : No such file problem

Hi All,

No custom actions work due to the error that the endpoints.yml file could not be found. I am sharing the installation information below. I would like to ask for your comments and solution suggestions and support.

  • Ubuntu version: 24.04.1 LTS
  • Docker version: 27.2.1, build 9e34c9b
  • Docker Compose version: v2.29.3
  • Rasa Version: 3.6.0
  • Rasa SDK Version: 3.6.0
  • Python Version: 3.10.6

Folder structure

miskin@ubuntut02:~/ServiceDesc_Dev$ tree
.
├── action_server
│   └── actions
├── docker-compose.yml
├── models
│   ├── 20240916-111539-swift-swim.tar.gz
│   ├── 20240917-195247-cheerful-palace.tar.gz
│   ├── 20240918-185535-medium-copyright.tar.gz
│   ├── 20240918-194912-volumetric-poster.tar.gz
│   ├── 20240921-193811-slim-planner.tar.gz
│   ├── 20240921-195521-dull-waffle.tar.gz
│   ├── 20240923-194225-bordeaux-tray.tar.gz
│   ├── 20240923-195455-tiny-yard.tar.gz
│   ├── 20240923-200912-stable-quartz.tar.gz
│   └── core-20240917-203936-straight-gutter.tar.gz
└── rasa
    ├── actions
    │   ├── actions.py
    │   ├── __init__.py
    │   └── __pycache__
    │       ├── actions.cpython-310.pyc
    │       └── __init__.cpython-310.pyc
    ├── config.yml
    ├── credentials.yml
    ├── data
    │   ├── nlu.yml
    │   ├── rules.yml
    │   └── stories.yml
    ├── domain.yml
    ├── endpoints.yml
    ├── models
    └── tests
        └── test_stories.yml

10 directories, 24 files

Running Docker Containers

Docker-compose.yml

Problem: