This commit is contained in:
2026-05-26 23:49:39 +02:00
parent 86b435d7e9
commit b0eb67df6a
13 changed files with 57 additions and 1 deletions
@@ -0,0 +1,2 @@
[InternetShortcut]
URL=https://www.saturnme.com/how-to-install-and-configure-qdevice-for-a-2-node-proxmox-ve-cluster/
@@ -0,0 +1,2 @@
[InternetShortcut]
URL=https://github.com/bcleonard/proxmox-qdevice
+30
View File
@@ -0,0 +1,30 @@
services:
qnetd:
container_name: proxmox-qdevice
image: bcleonard/proxmox-qdevice:v2.0
build: .
ports:
- "22:22"
- "5403:5403"
environment:
- VAR=example
volumes:
- /run/sshd
- <MY LOCAL STORAGE>:/etc/corosync
restart: unless-stopped
hostname: <MY FQDN>
networks:
vlan:
ipv4_address: <MY IP ADDRESS>
networks:
vlan:
driver: macvlan
driver_opts:
parent: <MY ETHERNET DEVICE>
ipam:
driver: default
config:
- subnet: "<MY SUBNET/MY RANGE"
ip_range: "<MY IP ADDRESS (same as above)>/32"
gateway: "<MY GATEWAY>"