reference-ansible/inventories/vagrant/host_vars/backend/traefik.yml
Bert-Jan Fikse 102b1d487f
chore: remove old inventory for now and add vagrant
old inventory was never in use. Vagrant for local development
2025-11-07 15:58:30 +01:00

21 lines
No EOL
470 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
# 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