Closed MazenS closed 2 months ago
Changing only the base url in env should be enough. But this looks like api cannot communicate with meilisearch. Did you rename some of the containers? Also check that all of them are running.
I never renamed the containers but this is how they are named and defo running. When I get in I'll double check the compose files to make sure I didn't inadvertently mess things up.
Ok so I grabbed the latest version of the compose yml - I noticed its using a different version of meillisearch.
I'm still seeing the same issue. Would it be worth me posting my config files or some other logs?
Those warnings about empty variables should not be there. Are you sure your .env file exists?
Ello everyone,
I'm having a bit of trouble getting this to work. I did check out the other similarly named thread but couldn't see or understand anything that would be relevant to me.
I followed the instructions on https://docs.barassistant.app/setup/
I created the .env file and modified it with a new MEILI_MASTER_KEY and BASE_URL. The docker-compose was edited so I'd be using port 3123:3000, everything else was left as default in the nginx.conf.
Using the docker command the containers are created correctly, but I cannot log in - Status: Unavailable .
When I check the logs I see
In the nginx.conf file should I have updated the proxypass with the new BASE_URL I'm using? Is there something else I should have changed somewhere due to changing the port to 3123 or the BASE_URL to XXX.XXX.X.XXX:3123 ?
Any advice would be grand thanks