ds
This commit is contained in:
parent
79e07d6aba
commit
5613339612
1 changed files with 78 additions and 34 deletions
|
|
@ -1,30 +1,10 @@
|
||||||
#version: "3.8"
|
networks:
|
||||||
|
netgrimoire:
|
||||||
|
external: true
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
||||||
|
|
||||||
beszel-agent-docker2:
|
|
||||||
image: henrygd/beszel-agent:latest
|
|
||||||
restart: unless-stopped
|
|
||||||
ports:
|
|
||||||
- 45877:45877
|
|
||||||
volumes:
|
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
|
||||||
networks:
|
|
||||||
- netgrimoire
|
|
||||||
environment:
|
|
||||||
KEY: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGNx6yKSqJHUiSKTM44/A1luwBije9HkHwnOxwXYx8q4"
|
|
||||||
LISTEN: "45877"
|
|
||||||
deploy:
|
|
||||||
mode: replicated
|
|
||||||
replicas: 1
|
|
||||||
placement:
|
|
||||||
constraints:
|
|
||||||
- node.hostname == docker2
|
|
||||||
|
|
||||||
beszel-agent-docker3:
|
beszel-agent-docker3:
|
||||||
image: henrygd/beszel-agent:latest
|
image: henrygd/beszel-agent:latest
|
||||||
restart: unless-stopped
|
|
||||||
ports:
|
ports:
|
||||||
- 45878:45878
|
- 45878:45878
|
||||||
volumes:
|
volumes:
|
||||||
|
|
@ -34,16 +14,30 @@ services:
|
||||||
environment:
|
environment:
|
||||||
KEY: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGNx6yKSqJHUiSKTM44/A1luwBije9HkHwnOxwXYx8q4"
|
KEY: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGNx6yKSqJHUiSKTM44/A1luwBije9HkHwnOxwXYx8q4"
|
||||||
LISTEN: "45878"
|
LISTEN: "45878"
|
||||||
|
PUID: "1964"
|
||||||
|
PGID: "1964"
|
||||||
deploy:
|
deploy:
|
||||||
mode: replicated
|
mode: replicated
|
||||||
replicas: 1
|
replicas: 1
|
||||||
|
restart_policy:
|
||||||
|
condition: any
|
||||||
|
delay: 5s
|
||||||
|
max_attempts: 3
|
||||||
|
window: 120s
|
||||||
placement:
|
placement:
|
||||||
constraints:
|
constraints:
|
||||||
|
- node.platform.arch != aarch64
|
||||||
|
- node.platform.arch != arm
|
||||||
- node.hostname == docker3
|
- node.hostname == docker3
|
||||||
|
labels:
|
||||||
|
gremlin.version: "2026-04-1"
|
||||||
|
gremlin.caddy.skip: "true"
|
||||||
|
gremlin.homepage.skip: "true"
|
||||||
|
gremlin.monitor.skip: "true"
|
||||||
|
diun.enable: "true"
|
||||||
|
|
||||||
beszel-agent-docker4:
|
beszel-agent-docker4:
|
||||||
image: henrygd/beszel-agent:latest
|
image: henrygd/beszel-agent:latest
|
||||||
restart: unless-stopped
|
|
||||||
ports:
|
ports:
|
||||||
- 45879:45879
|
- 45879:45879
|
||||||
volumes:
|
volumes:
|
||||||
|
|
@ -53,16 +47,30 @@ services:
|
||||||
environment:
|
environment:
|
||||||
KEY: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGNx6yKSqJHUiSKTM44/A1luwBije9HkHwnOxwXYx8q4"
|
KEY: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGNx6yKSqJHUiSKTM44/A1luwBije9HkHwnOxwXYx8q4"
|
||||||
LISTEN: "45879"
|
LISTEN: "45879"
|
||||||
|
PUID: "1964"
|
||||||
|
PGID: "1964"
|
||||||
deploy:
|
deploy:
|
||||||
mode: replicated
|
mode: replicated
|
||||||
replicas: 1
|
replicas: 1
|
||||||
|
restart_policy:
|
||||||
|
condition: any
|
||||||
|
delay: 5s
|
||||||
|
max_attempts: 3
|
||||||
|
window: 120s
|
||||||
placement:
|
placement:
|
||||||
constraints:
|
constraints:
|
||||||
|
- node.platform.arch != aarch64
|
||||||
|
- node.platform.arch != arm
|
||||||
- node.hostname == docker4
|
- node.hostname == docker4
|
||||||
|
labels:
|
||||||
|
gremlin.version: "2026-04-1"
|
||||||
|
gremlin.caddy.skip: "true"
|
||||||
|
gremlin.homepage.skip: "true"
|
||||||
|
gremlin.monitor.skip: "true"
|
||||||
|
diun.enable: "true"
|
||||||
|
|
||||||
beszel-agent-docker5:
|
beszel-agent-docker5:
|
||||||
image: henrygd/beszel-agent:latest
|
image: henrygd/beszel-agent:latest
|
||||||
restart: unless-stopped
|
|
||||||
ports:
|
ports:
|
||||||
- 45883:45883
|
- 45883:45883
|
||||||
volumes:
|
volumes:
|
||||||
|
|
@ -72,16 +80,30 @@ services:
|
||||||
environment:
|
environment:
|
||||||
KEY: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGNx6yKSqJHUiSKTM44/A1luwBije9HkHwnOxwXYx8q4"
|
KEY: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGNx6yKSqJHUiSKTM44/A1luwBije9HkHwnOxwXYx8q4"
|
||||||
LISTEN: "45883"
|
LISTEN: "45883"
|
||||||
|
PUID: "1964"
|
||||||
|
PGID: "1964"
|
||||||
deploy:
|
deploy:
|
||||||
mode: replicated
|
mode: replicated
|
||||||
replicas: 1
|
replicas: 1
|
||||||
|
restart_policy:
|
||||||
|
condition: any
|
||||||
|
delay: 5s
|
||||||
|
max_attempts: 3
|
||||||
|
window: 120s
|
||||||
placement:
|
placement:
|
||||||
constraints:
|
constraints:
|
||||||
|
- node.platform.arch != aarch64
|
||||||
|
- node.platform.arch != arm
|
||||||
- node.hostname == docker5
|
- node.hostname == docker5
|
||||||
|
labels:
|
||||||
|
gremlin.version: "2026-04-1"
|
||||||
|
gremlin.caddy.skip: "true"
|
||||||
|
gremlin.homepage.skip: "true"
|
||||||
|
gremlin.monitor.skip: "true"
|
||||||
|
diun.enable: "true"
|
||||||
|
|
||||||
beszel-agent-znas:
|
beszel-agent-znas:
|
||||||
image: henrygd/beszel-agent:latest
|
image: henrygd/beszel-agent:latest
|
||||||
restart: unless-stopped
|
|
||||||
ports:
|
ports:
|
||||||
- 45880:45880
|
- 45880:45880
|
||||||
volumes:
|
volumes:
|
||||||
|
|
@ -91,16 +113,30 @@ services:
|
||||||
environment:
|
environment:
|
||||||
KEY: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGNx6yKSqJHUiSKTM44/A1luwBije9HkHwnOxwXYx8q4"
|
KEY: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGNx6yKSqJHUiSKTM44/A1luwBije9HkHwnOxwXYx8q4"
|
||||||
LISTEN: "45880"
|
LISTEN: "45880"
|
||||||
|
PUID: "1964"
|
||||||
|
PGID: "1964"
|
||||||
deploy:
|
deploy:
|
||||||
mode: replicated
|
mode: replicated
|
||||||
replicas: 1
|
replicas: 1
|
||||||
|
restart_policy:
|
||||||
|
condition: any
|
||||||
|
delay: 5s
|
||||||
|
max_attempts: 3
|
||||||
|
window: 120s
|
||||||
placement:
|
placement:
|
||||||
constraints:
|
constraints:
|
||||||
|
- node.platform.arch != aarch64
|
||||||
|
- node.platform.arch != arm
|
||||||
- node.hostname == znas
|
- node.hostname == znas
|
||||||
|
labels:
|
||||||
|
gremlin.version: "2026-04-1"
|
||||||
|
gremlin.caddy.skip: "true"
|
||||||
|
gremlin.homepage.skip: "true"
|
||||||
|
gremlin.monitor.skip: "true"
|
||||||
|
diun.enable: "true"
|
||||||
|
|
||||||
beszel-agent-dockerpi1:
|
beszel-agent-dockerpi1:
|
||||||
image: henrygd/beszel-agent:latest
|
image: henrygd/beszel-agent:latest
|
||||||
restart: unless-stopped
|
|
||||||
ports:
|
ports:
|
||||||
- 45884:45884
|
- 45884:45884
|
||||||
volumes:
|
volumes:
|
||||||
|
|
@ -110,15 +146,23 @@ services:
|
||||||
environment:
|
environment:
|
||||||
KEY: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGNx6yKSqJHUiSKTM44/A1luwBije9HkHwnOxwXYx8q4"
|
KEY: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGNx6yKSqJHUiSKTM44/A1luwBije9HkHwnOxwXYx8q4"
|
||||||
LISTEN: "45884"
|
LISTEN: "45884"
|
||||||
|
PUID: "1964"
|
||||||
|
PGID: "1964"
|
||||||
deploy:
|
deploy:
|
||||||
mode: replicated
|
mode: replicated
|
||||||
replicas: 1
|
replicas: 1
|
||||||
|
restart_policy:
|
||||||
|
condition: any
|
||||||
|
delay: 5s
|
||||||
|
max_attempts: 3
|
||||||
|
window: 120s
|
||||||
placement:
|
placement:
|
||||||
constraints:
|
constraints:
|
||||||
- node.hostname == DockerPi1
|
- node.hostname == dockerpi1
|
||||||
|
labels:
|
||||||
|
gremlin.version: "2026-04-1"
|
||||||
|
gremlin.arm.allow: "true"
|
||||||
networks:
|
gremlin.caddy.skip: "true"
|
||||||
netgrimoire:
|
gremlin.homepage.skip: "true"
|
||||||
external: true
|
gremlin.monitor.skip: "true"
|
||||||
|
diun.enable: "true"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue