This commit is contained in:
traveler 2026-04-28 16:08:25 -05:00
parent e697c0ef0a
commit 508116c441

View file

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