Changement Structure
This commit is contained in:
parent
e907a77e90
commit
010ee246dd
16 changed files with 9 additions and 6 deletions
28
Containers/Beszel/compose.yml
Normal file
28
Containers/Beszel/compose.yml
Normal file
|
@ -0,0 +1,28 @@
|
|||
services:
|
||||
beszel:
|
||||
image: henrygd/beszel
|
||||
container_name: beszel
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 8090:8090
|
||||
volumes:
|
||||
- ./beszel_data:/beszel_data
|
||||
labels:
|
||||
tsdproxy.enable: "true"
|
||||
tsdproxy.name: "dash"
|
||||
|
||||
beszel-agent:
|
||||
image: henrygd/beszel-agent
|
||||
container_name: beszel-agent
|
||||
restart: unless-stopped
|
||||
network_mode: host
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
- ./beszel_agent_data:/var/lib/beszel-agent
|
||||
# monitor other disks / partitions by mounting a folder in /extra-filesystems
|
||||
- /mnt/disk/.beszel:/extra-filesystems/nvme0n1p2:ro
|
||||
environment:
|
||||
LISTEN: 45876
|
||||
KEY: ${KEY}
|
||||
TOKEN: ${TOKEN}
|
||||
HUB_URL: ${HUB_URL}
|
Loading…
Add table
Add a link
Reference in a new issue