Compare commits
No commits in common. "0bd8a1146379a11525e53f12d5245e9f1fbee492" and "d9d5822e43be7f1e8011dee6052e34f6082fe7ed" have entirely different histories.
0bd8a11463
...
d9d5822e43
1 changed files with 14 additions and 19 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue