df
This commit is contained in:
parent
2e9903c473
commit
d8817d413b
1 changed files with 16 additions and 29 deletions
|
|
@ -4,42 +4,14 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- 3214:3214
|
- 3214:3214
|
||||||
volumes:
|
volumes:
|
||||||
# Uncomment to add a volume where a database file should be created.
|
|
||||||
# Don't change the part after the colon, it needs to be at /config
|
|
||||||
- /DockerVol/manyfold/config:/config
|
- /DockerVol/manyfold/config:/config
|
||||||
# Uncomment to add a filesystem volume for your model library (or multiple if
|
|
||||||
# you want multiple libraries), in the form <local_path>:<container_path>.
|
|
||||||
# The local path could be a folder that already contains models, in which case Manyfold
|
|
||||||
# will scan and import them, or it could be empty.
|
|
||||||
# The container path can be anything; you will need to enter it in the "new library" form.
|
|
||||||
- /DockerVol/manyfold/models:/models
|
- /DockerVol/manyfold/models:/models
|
||||||
environment:
|
environment:
|
||||||
SECRET_KEY_BASE: adfagsfgasglafbj[r8gqr0jifspfjbi0t8uhjtrwbq]-bjkq-]b9gbirthhpojh
|
SECRET_KEY_BASE: adfagsfgasglafbj[r8gqr0jifspfjbi0t8uhjtrwbq]-bjkq-]b9gbirthhpojh
|
||||||
PUID: "1964"
|
PUID: "1964"
|
||||||
PGID: "1964"
|
PGID: "1964"
|
||||||
# For details of other optional environment variables, including features such
|
|
||||||
# as multiuser mode, visit https://manyfold.app/sysadmin/configuration.html
|
|
||||||
# Optional, but recommended for better security
|
|
||||||
# security_opt:
|
|
||||||
# - no-new-privileges:true
|
|
||||||
networks:
|
networks:
|
||||||
- netgrimoire
|
- netgrimoire
|
||||||
labels:
|
|
||||||
caddy: manyfold.netgrimoire.com
|
|
||||||
caddy.reverse_proxy: manyfold:3214
|
|
||||||
caddy.import_1: crowdsec
|
|
||||||
caddy.import_2: authentik
|
|
||||||
caddy.reverse_proxy: manyfold:3214
|
|
||||||
caddy.import_1: crowdsec
|
|
||||||
caddy.import_2: authentik
|
|
||||||
homepage.group: New
|
|
||||||
homepage.name: Manyfold
|
|
||||||
homepage.icon: manyfold.png
|
|
||||||
homepage.href: https://manyfold.netgrimoire.com
|
|
||||||
homepage.description: Manyfold service
|
|
||||||
diun.enable: "true"
|
|
||||||
monitor.name: Manyfold
|
|
||||||
monitor.url: https://manyfold.netgrimoire.com
|
|
||||||
deploy:
|
deploy:
|
||||||
restart_policy:
|
restart_policy:
|
||||||
condition: any
|
condition: any
|
||||||
|
|
@ -48,10 +20,25 @@ services:
|
||||||
window: 120s
|
window: 120s
|
||||||
placement:
|
placement:
|
||||||
constraints:
|
constraints:
|
||||||
- node.platform.arch != arm
|
|
||||||
- node.platform.arch != aarch64
|
- node.platform.arch != aarch64
|
||||||
|
- node.platform.arch != arm
|
||||||
- node.hostname == znas
|
- node.hostname == znas
|
||||||
|
labels:
|
||||||
|
caddy: manyfold.netgrimoire.com
|
||||||
|
caddy.reverse_proxy: manyfold:3214
|
||||||
|
caddy.import_1: crowdsec
|
||||||
|
caddy.import_2: authentik
|
||||||
|
|
||||||
|
homepage.group: "PNCHarris Apps"
|
||||||
|
homepage.name: Manyfold
|
||||||
|
homepage.icon: manyfold.png
|
||||||
|
homepage.href: https://manyfold.netgrimoire.com
|
||||||
|
homepage.description: 3D Library
|
||||||
|
|
||||||
|
monitor.name: Manyfold
|
||||||
|
monitor.url: https://manyfold.netgrimoire.com
|
||||||
|
|
||||||
|
diun.enable: "true"
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
netgrimoire:
|
netgrimoire:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue