about summary refs log tree commit diff
path: root/domains.yml
blob: 79e8ef49547eaf8bd739e532a08dde7b5d4b9dc6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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"