From 32cd8fedaec77981a9eecd554f3d1a55ffa11853 Mon Sep 17 00:00:00 2001 From: Teck Meng Date: Wed, 11 Sep 2024 13:54:29 +0800 Subject: [PATCH] Refactor Traefik configuration to update Spice proxy port and Proxmox URL --- swarm/local_core.yml | 6 +++--- swarm/traefik/local_services.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/swarm/local_core.yml b/swarm/local_core.yml index 0dded79..0c5c0b2 100644 --- a/swarm/local_core.yml +++ b/swarm/local_core.yml @@ -28,8 +28,8 @@ services: - target: 3128 published: 3128 mode: host - - target: 61001 - published: 61001 + - target: 61000 + published: 61000 mode: host # - target: 8883 # published: 8883 @@ -140,7 +140,7 @@ services: - --entrypoints.web-socket-secure.address=:8084 - --entrypoints.bolt-socket.address=:7687 - --entrypoints.spice-socket.address=:3128 - - --entrypoints.spice-tls-socket.address=:61001 + - --entrypoints.spice-tls-socket.address=:61000 # Create the certificate resolver "le" for Let's Encrypt, uses the environment variable EMAIL - --certificatesresolvers.le.acme.email=${EMAIL?Variable not set} # Store the Let's Encrypt certificates in the mounted volume diff --git a/swarm/traefik/local_services.yml b/swarm/traefik/local_services.yml index d2052ae..35bccef 100644 --- a/swarm/traefik/local_services.yml +++ b/swarm/traefik/local_services.yml @@ -99,4 +99,4 @@ tcp: spice-tls: loadBalancer: servers: - - address: "https://192.168.50.210:61001" + - address: "https://192.168.50.210:61000"