fix(lobe-chat): correct port in load balancer
This commit is contained in:
parent
1ee20e0875
commit
df2b074330
|
@ -1,4 +1,4 @@
|
||||||
version: "3.9"
|
version: '3.9'
|
||||||
services:
|
services:
|
||||||
lobe-chat:
|
lobe-chat:
|
||||||
container_name: lobe-chat
|
container_name: lobe-chat
|
||||||
|
@ -17,7 +17,7 @@ services:
|
||||||
# Main
|
# Main
|
||||||
traefik.enable: true
|
traefik.enable: true
|
||||||
traefik.http.middlewares.lobe-chat-web-redirect.redirectscheme.scheme: https
|
traefik.http.middlewares.lobe-chat-web-redirect.redirectscheme.scheme: https
|
||||||
traefik.http.services.lobe-chat.loadbalancer.server.port: 16662
|
traefik.http.services.lobe-chat.loadbalancer.server.port: 3210
|
||||||
# Web
|
# Web
|
||||||
traefik.http.routers.lobe-chat-insecure.rule: Host(`${APP_DOMAIN}`)
|
traefik.http.routers.lobe-chat-insecure.rule: Host(`${APP_DOMAIN}`)
|
||||||
traefik.http.routers.lobe-chat-insecure.entrypoints: web
|
traefik.http.routers.lobe-chat-insecure.entrypoints: web
|
||||||
|
|
Loading…
Reference in New Issue
Block a user