Files
templates/blueprints/beszel/docker-compose.yml
Ali AlNaghmousgh 4bcf954152
Some checks failed
Deploy to Cloudflare Pages (Production) / Publish to Cloudflare Pages (push) Has been cancelled
Validate Blueprints Structure and Meta / validate (push) Has been cancelled
chore: update Beszel version to 0.10.2 in meta.json and docker-compose.yml (#86)
2025-04-20 22:48:42 -06:00

13 lines
247 B
YAML

version: "3.8"
services:
beszel:
image: henrygd/beszel:0.10.2
restart: unless-stopped
ports:
- 8090
volumes:
- beszel_data:/beszel_data
- /var/run/docker.sock:/var/run/docker.sock:ro
volumes:
beszel_data: {}