mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-21 23:46:51 +00:00
Refactor Traefik configuration to update Spice proxy port and Proxmox URL
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user