HAProxy ports as value, use A records, add httpd port, update commits

This commit is contained in:
Alex 2020-05-10 19:07:06 +02:00
parent a4cd635b2e
commit c074c944ab
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
6 changed files with 15 additions and 12 deletions

View File

@ -1,8 +1,7 @@
services: services:
haproxy: haproxy:
ports: ports:
https: https: 443
- 443
tcp: tcp:
- 2202 # Gitea SSH - 2202 # Gitea SSH
#- 64738 # Mumble #- 64738 # Mumble
@ -21,10 +20,10 @@ services:
- {service: "seedown", port: 8082, group: "seedbox"} - {service: "seedown", port: 8082, group: "seedbox"}
- {service: "transmission", port: 8081, group: "seedbox"} - {service: "transmission", port: 8081, group: "seedbox"}
- {service: "grafana", port: 3000, group: "monitoring"} - {service: "grafana", port: 3000, group: "monitoring"}
CNAME: A: # Wish these would support SRV, would ease a lot of configuration management
- {service: "postgres", host: "n0"} - {service: "postgres", group: "database"}
- {service: "redis", host: "n0"} - {service: "redis", group: "database"}
- {service: "influxdb", host: "n0"} - {service: "influxdb", group: "database"}
remote: remote:
- {service: "homepage", port: "80", domain: "rxhome.s3-website.eu-central-1.amazonaws.com."} - {service: "homepage", port: "80", domain: "rxhome.s3-website.eu-central-1.amazonaws.com."}
grafana: grafana:
@ -42,6 +41,9 @@ services:
port: port:
http: 3200 http: 3200
ssh: 2442 ssh: 2442
path:
data: "/mnt/gitea" # TODO: Replace with device UUIDs
config: "/etc/gitea"
mumble: mumble:
configpath: '/etc/mumble-server.ini' configpath: '/etc/mumble-server.ini'
port: 6400 port: 6400
@ -49,12 +51,13 @@ services:
host: "redxen.eu" host: "redxen.eu"
url: "redxen.eu" url: "redxen.eu"
transmission: transmission:
root_dir: "/mnt/seedbox" # TODO: Use mount UUIDs root_dir: "/mnt/seedbox" # TODO: Use device UUIDs
port: port:
peer: 51413 peer: 51413
rpc: 8081 rpc: 8081
darkhttpd: darkhttpd:
path: "/etc/darkhttpd" path: "/etc/darkhttpd"
port: 8082
influxdb: influxdb:
port: 8086 port: 8086
tor: tor:

@ -1 +1 @@
Subproject commit fcb4cc9dabb64f5558856fdbd77d9f23bfba6e88 Subproject commit 38763fda084a6680ed1aece6bfd596b27d57b580

@ -1 +1 @@
Subproject commit bdb4b20d35058ae940c7e81e7244b47ecdf890d1 Subproject commit 7e4eba3ac9525edfed9a69b0f16ea0f343a2491e

@ -1 +1 @@
Subproject commit 8e906d97e61ee05aa4ca49e6377bca9cac4552e2 Subproject commit 3546d51d3174f55219b70a42581840fa8e9f2820

@ -1 +1 @@
Subproject commit e9da76b3645b1297973f962fa81623354d9e5d28 Subproject commit b89f03791ad0961832f4df486a3b97b51fbf1ab9

@ -1 +1 @@
Subproject commit 6a30a736fbfd76622871ffe58ba214815961612d Subproject commit 9f2cd5737e78287e6e5477f4b551feb7bc4134e3