Loki’s docker service discovery
Introduction At present, most of my services are deployed by docker on one machine, and then docker-compose is started. Why not use k8s, because I don’t want to be too complicated operate First build a loki, my loki data is stored on the minio, the following is docker-compose.yaml 1 2 3 4 5 6 7 …