This commit is contained in:
2026-05-19 23:24:51 +02:00
parent 265a2b3d2a
commit a3e5b42733
10 changed files with 62 additions and 8 deletions
+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
- /home/rcadmin/docker/qdevice/corosync:/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>"