diff --git a/swarm/manyfold.yaml b/swarm/manyfold.yaml index 0b20f4c..d5ba205 100644 --- a/swarm/manyfold.yaml +++ b/swarm/manyfold.yaml @@ -1,6 +1,6 @@ services: -manyfold: + app: image: ghcr.io/manyfold3d/manyfold:latest ports: - 3214:3214 @@ -38,22 +38,27 @@ manyfold: # For details of other optional environment variables, including features such # as multiuser mode, visit https://manyfold.app/sysadmin/configuration.html - + + networks: - manyfold - netgrimoire - + links: + - postgres + - redis + deploy: labels: - homepage.group: "PNCHarris Apps" - homepage.name: ManyFold - homepage.icon: manyfold.png - homepage.href: https://manyfold.netgrimoire.com + homepage.group: New + homepage.name: App + homepage.icon: app.png + homepage.href: https://app.netgrimoire.com homepage.description: App service diun.enable: "true" - monitor.name: manyfold - monitor.url: https://manyfold.netgrimoire.com + monitor.name: App + monitor.url: https://app.netgrimoire.com + deploy: restart_policy: condition: any delay: 5s @@ -73,11 +78,6 @@ manyfold: - manyfold deploy: - labels: - gremlin.caddy.skip: "true" - gremlin.homepage.skip: "true" - gremlin.monitor.skip: "true" - diun.enable: "true" redis: image: redis:7 @@ -86,11 +86,6 @@ manyfold: - manyfold deploy: - labels: - gremlin.caddy.skip: "true" - gremlin.homepage.skip: "true" - gremlin.monitor.skip: "true" - diun.enable: "true" networks: netgrimoire: