mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
13 lines
247 B
YAML
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: {} |