Deploy a dokku

This commit is contained in:
Jake Howard
2023-10-01 16:25:20 +01:00
parent b02be4e77a
commit a54a91ea44
14 changed files with 149 additions and 0 deletions

View File

@ -0,0 +1,10 @@
http:
routers:
router-dokku:
rule: HostRegexp(`{subdomain:[a-z]+}.d.theorangeone.net`)
service: service-dokku
services:
service-dokku:
loadBalancer:
servers:
- url: http://{{ pve_hosts.dokku.ip }}

View File

@ -26,6 +26,10 @@ entryPoints:
sans: "*.jakehoward.tech"
- main: 0rng.one
sans: "*.0rng.one"
{% if traefik_provider_dokku %}
- main: d.theorangeone.net
sans: "*.d.theorangeone.net"
{% endif %}
proxyProtocol:
trustedIPs:
- "{{ wireguard.cidr }}"