Problem with prometheus/grafana - traefik/docker

I have corrected my problem.

Here is the solution :

docker-compose.yml - traefik

networks:
 socket-docker:
 traefik:
   external: true
 monitoring:
   external: true

docker-compose grafana/prometheus :

networks:
  traefik:
    external: true
  monitoring:
    external: true

I'm looking to do custom port while having a valid certificate.

1 Like