diff --git a/swarm/manyfold.yaml b/swarm/manyfold.yaml index d5ba205..0b20f4c 100644 --- a/swarm/manyfold.yaml +++ b/swarm/manyfold.yaml @@ -1,6 +1,6 @@ services: - app: +manyfold: image: ghcr.io/manyfold3d/manyfold:latest ports: - 3214:3214 @@ -38,27 +38,22 @@ services: # 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: New - homepage.name: App - homepage.icon: app.png - homepage.href: https://app.netgrimoire.com + homepage.group: "PNCHarris Apps" + homepage.name: ManyFold + homepage.icon: manyfold.png + homepage.href: https://manyfold.netgrimoire.com homepage.description: App service diun.enable: "true" - monitor.name: App - monitor.url: https://app.netgrimoire.com + monitor.name: manyfold + monitor.url: https://manyfold.netgrimoire.com - deploy: restart_policy: condition: any delay: 5s @@ -78,6 +73,11 @@ services: - manyfold deploy: + labels: + gremlin.caddy.skip: "true" + gremlin.homepage.skip: "true" + gremlin.monitor.skip: "true" + diun.enable: "true" redis: image: redis:7 @@ -86,6 +86,11 @@ services: - manyfold deploy: + labels: + gremlin.caddy.skip: "true" + gremlin.homepage.skip: "true" + gremlin.monitor.skip: "true" + diun.enable: "true" networks: netgrimoire: