I want to deploy a Grafana Loki + Promtail in a Docker stack and scrape the standard output from all containers running. What do I have to set up and configure? Can you point me to the correct resources?
In the docs on Github I can only find an example docker-compose that starts Promtail as a service with the following config: https://github.com/grafana/loki/blob/master/cmd/promtail/promtail-docker-config.yaml
Is this already enough for Promtail to discover and scrape all containers or am I missing something?
Thanks in advance