about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaweł Dybiec <pawel.to.malpa@gmail.com>2019-05-26 18:46:18 +0200
committerPaweł Dybiec <pawel.to.malpa@gmail.com>2019-05-26 18:46:18 +0200
commitbb539921eff48a2a578497a3ed4159b629467704 (patch)
treea85b466eb307114a0e64e88fc8eebeaa6225ca07
parentEnable cache for gitea (diff)
Don't expose prometheus
-rw-r--r--docker.yml3
-rw-r--r--domains.yml7
2 files changed, 1 insertions, 9 deletions
diff --git a/docker.yml b/docker.yml
index b2bd13e..3a1c364 100644
--- a/docker.yml
+++ b/docker.yml
@@ -138,9 +138,6 @@
             restart: always
           prometheus:
             image: prom/prometheus
-            expose: [9090]
-            #ports:
-            #  - "127.0.0.1:{{domains.prometheus.proxy.port}}:9090"
             extra_hosts:
             - "dockerhost:172.17.0.1"
             volumes:
diff --git a/domains.yml b/domains.yml
index 745441d..f571089 100644
--- a/domains.yml
+++ b/domains.yml
@@ -19,15 +19,10 @@ domains:
     http_redirect: true
     proxy:
       port: 5002
-  prometheus:
-    name: "prometheus.dybiec.info"
-    http_redirect: true
-    proxy:
-      port: 5003
   cnt:
     name: "cnt.dybiec.info"
     proxy:
-      port: 5004
+      port: 5003
   octoprint:
     name: "octoprint.dybiec.info"
     http_redirect: true