mirror of
https://github.com/sudoxnym/dashd.git
synced 2026-04-14 11:36:23 +00:00
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:
parent
c137bceb92
commit
6a504bdd4a
1 changed files with 13 additions and 0 deletions
13
dashd/docker-compose.yml
Normal file
13
dashd/docker-compose.yml
Normal 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:
|
||||||
Loading…
Reference in a new issue