mirror of
https://github.com/henrygd/beszel.git
synced 2026-05-30 05:11:49 +02:00
18 lines
459 B
YAML
18 lines
459 B
YAML
# Docs: https://beszel.dev/guide/hub-installation
|
|
# Env vars: https://beszel.dev/guide/environment-variables
|
|
|
|
services:
|
|
beszel:
|
|
image: "henrygd/beszel"
|
|
container_name: "beszel"
|
|
restart: unless-stopped
|
|
ports:
|
|
- "8090:8090"
|
|
volumes:
|
|
- ./beszel_data:/beszel_data
|
|
# healthcheck:
|
|
# test: ['CMD', '/beszel', 'health', '--url', 'http://localhost:8090']
|
|
# interval: 120s
|
|
# start_period: 10s
|
|
# timeout: 5s
|