theocorp_docker_compose/beszel/docker-compose.yml
geezo 759bc0cde6
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 9s
quick change
2025-05-07 18:20:56 -04:00

31 lines
808 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: si:jellyfin
glance.url: https://beszel.theocorp
glance.description: 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'