reference-ansible/inventories/vagrant/host_vars/backend/traefik.yml

25 lines
No EOL
566 B
YAML

# Services to be exposed through the DMZ reverse proxy
traefik_services:
- name: httpbin
domain: httpbin.local.test
port: 443
protocol: https
- name: keycloak
domain: keycloak.local.test
port: 443
protocol: https
- name: garage-webui
domain: console.storage.local.test
port: 443
protocol: https
# Example: Add more services as you deploy them
# - name: forgejo
# domain: git.example.com
# port: 3000
# protocol: http
# - name: nextcloud
# domain: cloud.example.com
# port: 80
# protocol: http