Files
beszel-ipv6/supplemental/docker/hub/docker-compose.yml

16 lines
355 B
YAML

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://127.0.0.1:8090"]
interval: 30s
timeout: 5s
retries: 3
start_period: 10s