mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-24 08:56:00 +00:00
Refactor traefik rule for librechat service in swarm/librechat.yml
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@ services:
|
||||
- traefik.http.routers.librechat.rule=Host(`chat.${DOMAIN}`)
|
||||
- traefik.http.routers.librechat.tls.certresolver=le
|
||||
- traefik.http.routers.librechat.service=librechat_app
|
||||
- traefik.http.services.librechat_app.loadbalancer.server.port=${PORT}
|
||||
- traefik.http.services.librechat_app.loadbalancer.server.port=${PORT:-3080}
|
||||
mongodb:
|
||||
image: mongo
|
||||
restart: always
|
||||
|
||||
Reference in New Issue
Block a user