about summary refs log tree commit diff
path: root/domains.yml
diff options
context:
space:
mode:
authorPaweł Dybiec <pawel.to.malpa@gmail.com>2019-04-17 19:32:05 +0200
committerPaweł Dybiec <pawel.to.malpa@gmail.com>2019-04-17 19:32:05 +0200
commitd2bddf17abafb85fcd6bccc078ccca46d7a72478 (patch)
treef247fed8833f9b5a4edf4d7c1613b550a3dbafb1 /domains.yml
parentChange docker compose dir (diff)
Move generate nginx file per domain
Diffstat (limited to 'domains.yml')
-rw-r--r--domains.yml34
1 files changed, 34 insertions, 0 deletions
diff --git a/domains.yml b/domains.yml
new file mode 100644
index 0000000..79e8ef4
--- /dev/null
+++ b/domains.yml
@@ -0,0 +1,34 @@
+---
+domains:
+  main:
+    name: ".dybiec.info"
+    dir: "/usr/share/nginx/html"
+  registry:
+    name: "registry.dybiec.info"
+    proxy:
+      port: 5000
+  git:
+    name: "git.dybiec.info"
+    http_redirect: true
+    proxy:
+      port: 5001
+  grafana:
+    name: "grafana.dybiec.info"
+    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
+  octoprint:
+    name: "octoprint.dybiec.info"
+    http_redirect: true
+    proxy:
+      host: "192.168.255.6"
+