.
This commit is contained in:
+2
@@ -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
|
||||
@@ -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>"
|
||||
Reference in New Issue
Block a user