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