33 lines
850 B
YAML
33 lines
850 B
YAML
services:
|
|
beszel:
|
|
image: henrygd/beszel:latest
|
|
container_name: beszel
|
|
restart: unless-stopped
|
|
extra_hosts:
|
|
- host.docker.internal:host-gateway
|
|
ports:
|
|
- 1018:8090
|
|
volumes:
|
|
- ./beszel_data:/beszel_data
|
|
labels:
|
|
glance.name: Beszel
|
|
glance.icon:
|
|
workflow_dispatch: si:jellyfin
|
|
glance.url: https://beszel.theocorp
|
|
glance.description:
|
|
workflow_dispatch: Server Monitoring
|
|
glance.hide: false
|
|
|
|
|
|
beszel-agent:
|
|
image: henrygd/beszel-agent:latest
|
|
container_name: beszel-agent
|
|
restart: unless-stopped
|
|
network_mode: host
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
|
environment:
|
|
PORT: 45876
|
|
# Do not remove quotes around the key
|
|
KEY: 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILeG11Y+SwGWJyIkheCNayVRHbvBnvoSdk24P1IVPMsp'
|
|
|