first commit
This commit is contained in:
30
docker-compose.yml
Normal file
30
docker-compose.yml
Normal file
@@ -0,0 +1,30 @@
|
||||
services:
|
||||
qnetd:
|
||||
container_name: proxmox-qdevice
|
||||
build: .
|
||||
ports:
|
||||
- "22:22"
|
||||
- "11922:11922"
|
||||
- "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