Sanitized mirror from private repository - 2026-04-20 01:32:01 UTC
This commit is contained in:
15
hosts/synology/calypso/rackula.yml
Normal file
15
hosts/synology/calypso/rackula.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
# Rackula - Drag and drop rack visualizer
|
||||
# Port: 3891
|
||||
services:
|
||||
Rackula:
|
||||
image: ghcr.io/rackulalives/rackula:latest
|
||||
container_name: Rackula
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "nc -z 127.0.0.1 8080 || exit 1"]
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 3
|
||||
start_period: 90s
|
||||
ports:
|
||||
- 3891:8080
|
||||
restart: on-failure:5
|
||||
Reference in New Issue
Block a user