-
Notifications
You must be signed in to change notification settings - Fork 975
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't install countly server on Macbook M1 Pro 2020 via docker-compose #4476
Comments
Hello @Countly/devops anything we can help here with or improve in our docs/templates? |
Hello, I did not define mongoDB hostname. However, there is neither YouTube video nor documentation that specifically defining mongoDB hostname about installation of countly server. |
Hello @concman, |
Problem
I've tried to install countly server via docker-compose, however, I could not run server on my local server. The aim was to test countly locally. Considering logging countly services that may cause issues, which can be listed as
countly-frontend, countly-api, mongo-db, and nginx
there were errors that needed to be reviewed.Since the default port for countly server was 80, I've encountered
502 BAD REQUEST
error while navigating following port.Also, when I try to restart docker-compose, I stuck in the following lines:
To solve the issue I've manually added the ports for countly-frontend and countly-backend in
docker-compose.yml
file, as you can see in the below:Note that: I was also getting some warnings from docker about the poor quality of AMD64 images, and images do not match with current version of ARM64 etc. To address this, I've also added platform:
linux/amd64
The Bottom Line
Remarkably, I've tried everything to run countly server on my Macbook via docker-compose, if you open countly website you'll be likely to see that "the countly server is not going to support macOS etc". But I'm using docker for this, so that should not be a reflection in that case.
Your Environment
The text was updated successfully, but these errors were encountered: