mirror of
https://github.com/sudoxnym/dashd.git
synced 2026-04-14 03:26:22 +00:00
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
13 lines
232 B
YAML
13 lines
232 B
YAML
services:
|
|
dashd:
|
|
image: sudoxreboot/dashd:latest
|
|
ports:
|
|
- "8085:8085"
|
|
volumes:
|
|
- dashd_data:/data
|
|
environment:
|
|
- DASHD_SECRET=${DASHD_SECRET:-}
|
|
restart: unless-stopped
|
|
|
|
volumes:
|
|
dashd_data:
|