45 lines
No EOL
1 KiB
YAML
45 lines
No EOL
1 KiB
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
|
|
- name: nextcloud
|
|
domain: nextcloud.local.test
|
|
port: 443
|
|
protocol: https
|
|
- name: nextcloud-collabora
|
|
domain: office.local.test
|
|
port: 443
|
|
protocol: https
|
|
- name: authentik
|
|
domain: authentik.local.test
|
|
port: 443
|
|
protocol: https
|
|
- name: homarr
|
|
domain: homarr.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
|
|
|
|
use_ssl: false # disable SSL redirect for vagrant
|
|
|
|
use_ssl_dashboard: true # still use SSL for dashboard
|
|
dashboard_domain: "traefik.backend.local.test" |