proxy to nfl proxy
All checks were successful
Deploy Containers / Prepare (push) Successful in 49s

This commit is contained in:
2025-08-14 12:48:32 -04:00
parent 93669a4f08
commit 546105dbb6

View File

@@ -40,9 +40,16 @@
- "{{ data_dir }}/traefik/traefik.yml:/traefik.yml"
labels:
traefik.enable: "true"
traefik.http.routers.traefik.service: traefik
traefik.http.routers.traefik.rule: "Host(`{{ TRAEFIK_DASH_URL }}`)"
traefik.http.routers.traefik.entrypoints: webSecure
traefik.http.routers.traefik.tls.certresolver: letsencrypt
traefik.http.services.traefik.loadbalancer.server.port: "8080"
traefik.http.routers.nflproxy.service: nflproxy
traefik.http.routers.nflproxy.rule: "Host(`nfl.fntz.net`)"
traefik.http.routers.nflproxy.entrypoints: webSecure
traefik.http.routers.nflproxy.tls.certresolver: letsencrypt
traefik.http.services.nflproxy.loadbalancer.server.address: "http://172.16.0.25:5000"
networks:
- name: "{{ docker_network_name }}"