plaintextpackets

Results 53 comments of plaintextpackets

I'll get something together this evening and post for testing

Here's what I'm testing right now: 1. Created two folders in the repo: /data/grafana /data/prometheus 2. Set gitignores to ignore the contents which are created at runtime in the repo...

Yep that's exactly it! Still keeping it with no manual mapping or folder creation, those folders will come down with the repo Thanks mate

Sounds like docker isn't persisting volumes on your system

I'll have to review, usually docker will persist volumes with the default install

You may need to look at Docker config for promox, I've read through some forums and there seems to be some extra steps you need to get persistent volumes If...

So I think I've figured this out but haven't had time to test it fully: https://github.com/plaintextpackets/netprobe_lite/tree/data_persist_issue Basically you need to have folders for both prometheus and grafana data mapped for...

So my only concern with this method: https://dev.to/izackv/running-a-docker-container-with-a-custom-non-root-user-syncing-host-and-container-permissions-26mb Is that I don't actually build Prometheus or Grafana, so not sure this would do anything to those containers

Ok so I've tried a new method using Docker volumes instead of bind mounts, and it seems to work and persist data through down / up and also reloads of...

> That only works, I believe, because that whole folder structure (the volume) is then created by Docker when firing up the Compose file. Everything is owned by Root, which...