use docker hub image in compose

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Your Name 2025-12-14 03:14:36 -06:00
parent c137bceb92
commit 6a504bdd4a

13
dashd/docker-compose.yml Normal file
View file

@ -0,0 +1,13 @@
services:
dashd:
image: sudoxreboot/dashd:latest
ports:
- "8085:8085"
volumes:
- dashd_data:/data
environment:
- DASHD_SECRET=${DASHD_SECRET:-}
restart: unless-stopped
volumes:
dashd_data: