From a8d42d8b07e162a349981ef0b50e31781a122294 Mon Sep 17 00:00:00 2001 From: emrekirman Date: Fri, 22 Aug 2025 20:55:59 +0300 Subject: [PATCH] . --- docmost/docmost.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docmost/docmost.yml b/docmost/docmost.yml index 8b71138..2f8d54e 100644 --- a/docmost/docmost.yml +++ b/docmost/docmost.yml @@ -24,10 +24,13 @@ services: networks: - postgres_network - redis_redis_net + - traefik-public networks: postgres_network: external: true redis_redis_net: external: true + traefik-public: + external: true volumes: docmost_pg_data: \ No newline at end of file