rasafan
(Rasa Fan)
1
Does anyone know what is the issue here?
Before I tried only docker-compose up but here they suggest this command i used instead: mongodb - Mongo authentication inside Docker - Stack Overflow
Also for some reason this happens:
But in my endopints.yml I’ve specified my name of database:
tracker_store:
type: mongod
url: mongodb://mongo:27017
database: test
degiz
(Alexander Khizov)
2
Hey @rasafan
Did you also correctly specified username and password in the endpoints.yml?
The example configuration is here
rasafan
(Rasa Fan)
3
Thanks, yes I did but it still didn’t work so I switched to Postgresql.
degiz
(Alexander Khizov)
4
Alright, I hope that works for you now then.
1 Like