My .env file is throwing error in docker compose

my .env file in windows is

##########################################
# rasax specific settings

RASA_X_VERSION="0.39.3"

RASA_VERSION="2.8.1"

RASA_X_DEMO_VERSION="0.39.3"

RASA_TOKEN=kjnklkly787

RASA_X_TOKEN=jhgvuygukhilh

PASSWORD_SALT=gfc7tf6f78g

JWT_SECRET=jkhiohoih9iu9u

RABBITMQ_PASSWORD=uh89y89yuuu

DB_PASSWORD=ytf67rt7ttg

REDIS_PASSWORD=tyf75r6r657t7t

RASA_TELEMETRY_ENABLED=false

RASA_X_DEMO_VERSION="2.8.1"
###########################################

when i run docker-compose up -d ----

@naveenjr delete the docker images and build again.

thanks ,may i know where i can see my chat bot ?

every docker is up…

@naveenjr its rasa x or rasa open source?

@naveenjr change the category please.

it is rasa-x ,i followed below tutorial ( Docker Compose Manual Install), could you help ,where exactly I need to change ?

@naveenjr Strange. I have not seen the docker-compose installation method for the latest rasa X version 1.0.x and the one you shared it’s mentioned the Rasa X 1.0.x

@naveenjr share docker ps need to see which version of rasa x you have installed?

CONTAINER ID   IMAGE                        COMMAND                  CREATED             STATUS                       PORTS                                                 NAMES
6e0a22914f4a   nginx:1.19                   "/docker-entrypoint.…"   About an hour ago   Up About an hour             80/tcp, 0.0.0.0:80->8080/tcp, 0.0.0.0:443->8443/tcp   docker_check-nginx-1
f289ebc359c7   rasa/rasa-x-demo:0.42.0      "./entrypoint.sh run…"   About an hour ago   Up About an hour             5055/tcp                                              docker_check-app-1
2e25cc4518ad   rasa/rasa:2.8.1-full         "rasa x --no-prompt …"   About an hour ago   Up About an hour             5005/tcp                                              docker_check-rasa-worker-1
9e54bf03b0a3   rasa/rasa:2.8.1-full         "rasa x --no-prompt …"   About an hour ago   Up About an hour             5005/tcp                                              docker_check-rasa-production-1
f2116262f5fd   rasa/rasa-x:0.42.0           "/tini -g -- sh -c '…"   About an hour ago   Up About an hour             5002/tcp                                              docker_check-rasa-x-1
54147958e77b   rasa/rasa-x:0.42.0           "python -m rasax.com…"   About an hour ago   Up About an hour (healthy)   8000/tcp                                              docker_check-db-migration-1
7df3d7b2f622   rasa/duckling:0.1.6.5-r2     "duckling-example-ex…"   About an hour ago   Up About an hour             8000/tcp                                              docker_check-duckling-1
98f5b82281dd   bitnami/postgresql:11.11.0   "/opt/bitnami/script…"   About an hour ago   Up About an hour             5432/tcp                                              docker_check-db-1
6f2225478b17   bitnami/rabbitmq:3.8.17      "/opt/bitnami/script…"   About an hour ago   Up About an hour             4369/tcp, 5671-5672/tcp, 15671-15672/tcp, 25672/tcp   docker_check-rabbit-1
3054e8439114   bitnami/redis:6.2.4          "/opt/bitnami/script…"   About an hour ago   Up About an hour             6379/tcp                                              docker_check-redis-1
8e17d70abdbd   python:3.8                   "bash"                   29 hours ago        Up 29 hours                                                                        friendly_newton

###################

@naveenjr this is running on the local machine?

yes local machine it is running …

@naveenjr as per the docker ps it’s running fine now, no error? now, what is your error then?

i could not able to see UI(rasa x ) while running “docker-compose up -d”,

expectation: rasa x and rasa core will work together after setting up docker compose …

ok type localhost:80 and see are you able to see?

thanks i could able to see Rasa-x