Removed QDevice info

This commit is contained in:
2026-05-20 17:41:56 +02:00
parent a3e5b42733
commit 9e41fa7d61
2 changed files with 0 additions and 36 deletions
-6
View File
@@ -1,6 +0,0 @@
# qdevice environment variables
NEW_ROOT_PASSWORD=homekbr1998
MY FQDN=qdevice.home.ramberg.net
MY_IP_ADDRESS=192.168.50.207
MY_ETHERNET_DEVICE=eth0
-30
View File
@@ -1,30 +0,0 @@
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>"