From a1112357b83bf151e0a9867adf8db48669bf9584 Mon Sep 17 00:00:00 2001 From: Teck Meng Date: Thu, 30 May 2024 10:16:50 +0800 Subject: [PATCH] Refactor traefik.yml to add swarm endpoint for Docker swarm mode --- LibreChat | 2 +- compose/traefik/traefik.yml | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/LibreChat b/LibreChat index 026961f..9a24e1c 160000 --- a/LibreChat +++ b/LibreChat @@ -1 +1 @@ -Subproject commit 026961f7191ff85eb8a3197bb20deba2b58b490a +Subproject commit 9a24e1c7e8470241ff0ca218d0c1edb57cf4d854 diff --git a/compose/traefik/traefik.yml b/compose/traefik/traefik.yml index 6a2a076..e5da614 100644 --- a/compose/traefik/traefik.yml +++ b/compose/traefik/traefik.yml @@ -312,6 +312,7 @@ providers: network: web exposedByDefault: false endpoint: "unix:///var/run/docker.sock" - # swarm: - # # docker swarm mode (1.12+) - # endpoint: "tcp://127.0.0.1:2377" + swarm: + # network: overwatch + exposedByDefault: false + endpoint: "unix:///var/run/docker.sock"