Refactor Traefik configuration to update Spice proxy port and Proxmox URL

This commit is contained in:
2024-09-11 13:54:29 +08:00
parent 2166d4854d
commit 32cd8fedae
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -28,8 +28,8 @@ services:
- target: 3128 - target: 3128
published: 3128 published: 3128
mode: host mode: host
- target: 61001 - target: 61000
published: 61001 published: 61000
mode: host mode: host
# - target: 8883 # - target: 8883
# published: 8883 # published: 8883
@@ -140,7 +140,7 @@ services:
- --entrypoints.web-socket-secure.address=:8084 - --entrypoints.web-socket-secure.address=:8084
- --entrypoints.bolt-socket.address=:7687 - --entrypoints.bolt-socket.address=:7687
- --entrypoints.spice-socket.address=:3128 - --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 # Create the certificate resolver "le" for Let's Encrypt, uses the environment variable EMAIL
- --certificatesresolvers.le.acme.email=${EMAIL?Variable not set} - --certificatesresolvers.le.acme.email=${EMAIL?Variable not set}
# Store the Let's Encrypt certificates in the mounted volume # Store the Let's Encrypt certificates in the mounted volume
+1 -1
View File
@@ -99,4 +99,4 @@ tcp:
spice-tls: spice-tls:
loadBalancer: loadBalancer:
servers: servers:
- address: "https://192.168.50.210:61001" - address: "https://192.168.50.210:61000"