infrastructure/ansible/roles/traefik/files/file-provider-dokku.yml

11 lines
245 B
YAML
Raw Normal View History

2023-10-01 16:25:20 +01:00
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 }}