Refactor Traefik configuration to update Spice proxy port and Proxmox URL
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -99,4 +99,4 @@ tcp:
|
||||
spice-tls:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- address: "https://192.168.50.210:61001"
|
||||
- address: "https://192.168.50.210:61000"
|
||||
|
||||
Reference in New Issue
Block a user