feat: add Beszel service deployment and configuration in Ansible
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 12s
Nix Format Check / check-format (push) Successful in 47s
Python Lint Check / check-python (push) Failing after 9s

This commit is contained in:
2025-03-25 04:12:54 +01:00
parent c02431d925
commit 19ad2ab711
4 changed files with 55 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
name: monitoring
services:
beszel:
image: 'henrygd/beszel'
restart: unless-stopped
ports:
- '8090:8090'
volumes:
- {{beszel_data_dir}}:/beszel_data
networks:
- beszel-net
- caddy_network
networks:
beszel-net:
caddy_network:
external: true
name: caddy_default