diff --git a/prometheus/docker-compose.yml b/prometheus/docker-compose.yml index a4c691d..dea1e5f 100644 --- a/prometheus/docker-compose.yml +++ b/prometheus/docker-compose.yml @@ -5,10 +5,6 @@ networks: name: grafana driver: bridge external: true - caddy: - name: caddy - driver: bridge - external: true services: prometheus: @@ -18,7 +14,6 @@ services: networks: - prometheus - grafana - - caddy command: "--config.file=/etc/prometheus/prometheus.yaml --storage.tsdb.retention.time=10d --storage.tsdb.retention.size=15GB" volumes: - ./data/config/prometheus.yaml:/etc/prometheus/prometheus.yaml:ro