fix loadbalancer
All checks were successful
Deploy Containers / Prepare (push) Successful in 53s

This commit is contained in:
2025-08-14 12:51:11 -04:00
parent 546105dbb6
commit b7e64d12cd

View File

@@ -50,6 +50,6 @@
traefik.http.routers.nflproxy.rule: "Host(`nfl.fntz.net`)" traefik.http.routers.nflproxy.rule: "Host(`nfl.fntz.net`)"
traefik.http.routers.nflproxy.entrypoints: webSecure traefik.http.routers.nflproxy.entrypoints: webSecure
traefik.http.routers.nflproxy.tls.certresolver: letsencrypt traefik.http.routers.nflproxy.tls.certresolver: letsencrypt
traefik.http.services.nflproxy.loadbalancer.server.address: "http://172.16.0.25:5000" traefik.http.services.nflproxy.loadbalancer.server.url: "http://172.16.0.25:5000"
networks: networks:
- name: "{{ docker_network_name }}" - name: "{{ docker_network_name }}"