Skip to content
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

Docker - Fails to start #1

Closed
seannaswell opened this issue Jan 23, 2025 · 1 comment
Closed

Docker - Fails to start #1

seannaswell opened this issue Jan 23, 2025 · 1 comment

Comments

@seannaswell
Copy link

This looks very promising. Unlike other self-hosted offerings, it offers a lot of flexibility both in terms of what is tracked, and how that info is displayed...

However, Docker Compose currently fails to start. I am primarily a FreeBSD user and normally do not use software that relies on Docker, as I prefer to install dependencies and manage directly in my chosen OS, but I made an exception in this case.

Therefore, not being a regular Docker user, all I can share are these two messages:

  • the Grafana container is unable to download updates from grafana.com
  • the Prisme-Clickhouse-1 container is dirty and will not start

I saw on Reddit that this is not currently a full-time venture, and obviously the online service is the primary focus, but if the Docker issues can be resolved you might attract more users and/or contributors. Again, you have something unique here...

All the best with your efforts.

@negrel
Copy link
Contributor

negrel commented Feb 28, 2025

Hi,
thanks for the kind words. Online service is not my primary focus anymore, this is more of an open source project!

  • Grafana needs network access to grafana.com to check for updates, you need to ensure that the container can reach grafana.com.
  • If you don't have any analytics data in your container, I recommend you to start from a fresh base by running docker compose down --volumes --remove-orphans and follow this guide.

Note that you can manually manage and install prisme/clickhouse/grafana if you like as long as you use same version as in the docker-compose.yml.

Let me know if you need more help.

Regards

@negrel negrel closed this as completed Mar 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants