From e8c8e79aec0a4b79df0c61f1a2ae1d767ff9a27b Mon Sep 17 00:00:00 2001 From: traveler Date: Tue, 28 Apr 2026 15:44:42 -0500 Subject: [PATCH] sd --- swarm/manyfold.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/swarm/manyfold.yaml b/swarm/manyfold.yaml index 233a4ba..2292233 100644 --- a/swarm/manyfold.yaml +++ b/swarm/manyfold.yaml @@ -38,6 +38,8 @@ services: # For details of other optional environment variables, including features such # as multiuser mode, visit https://manyfold.app/sysadmin/configuration.html + + networks: - manyfold - netgrimoire @@ -45,6 +47,9 @@ services: - postgres - redis + deploy: + + postgres: image: postgres:15 volumes: @@ -56,12 +61,16 @@ services: networks: - manyfold + deploy: + redis: image: redis:7 restart: on-failure networks: - manyfold + deploy: + networks: netgrimoire: external: true