gremlin: auto-fix swarm/manyfold.yaml (15 issues fixed)
- Removed restart from "manyfold" - Fixed PUID to 1964 for "manyfold" - Fixed PGID to 1964 for "manyfold" - Added top-level networks: block - Added networks block to "manyfold" - Added default restart_policy for "manyfold" - Added aarch64 exclusion for "manyfold" - Added arm exclusion for "manyfold" - Derived caddy: manyfold.netgrimoire.com for "manyfold" - Derived caddy.reverse_proxy: manyfold:3214 for "manyfold" - Added caddy.import_1: crowdsec for "manyfold" - Added caddy.import_2: authentik for "manyfold" - Added homepage label(s) for "manyfold" (href: https://manyfold.netgrimoire.com) - Added monitor label(s) for "manyfold" (url: https://manyfold.netgrimoire.com) - Added diun.enable: "true" to "manyfold"
This commit is contained in:
parent
6122440707
commit
084894180a
1 changed files with 24 additions and 3 deletions
|
|
@ -15,16 +15,37 @@ services:
|
||||||
- /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: 1000
|
PUID: "1964"
|
||||||
PGID: 1000
|
PGID: "1964"
|
||||||
# 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
|
||||||
restart: unless-stopped
|
|
||||||
# Optional, but recommended for better security
|
# Optional, but recommended for better security
|
||||||
# security_opt:
|
# security_opt:
|
||||||
# - no-new-privileges:true
|
# - no-new-privileges:true
|
||||||
|
networks:
|
||||||
|
- netgrimoire
|
||||||
|
labels:
|
||||||
|
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:
|
||||||
|
condition: any
|
||||||
|
delay: 5s
|
||||||
|
max_attempts: 3
|
||||||
|
window: 120s
|
||||||
placement:
|
placement:
|
||||||
constraints:
|
constraints:
|
||||||
|
- node.platform.arch != arm
|
||||||
|
- node.platform.arch != aarch64
|
||||||
- node.hostname == znas
|
- node.hostname == znas
|
||||||
|
|
||||||
|
|
||||||
|
networks:
|
||||||
|
netgrimoire:
|
||||||
|
external: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue