feat: add DASHI dashboard stack

This commit is contained in:
2026-05-20 13:57:13 -04:00
parent ede5ec499f
commit 29ac1e0d25
2 changed files with 18 additions and 0 deletions

14
dashi/compose.yml Normal file
View File

@@ -0,0 +1,14 @@
services:
dashi:
image: jamjnsn/dashi:latest
container_name: dashi
expose:
- "8000"
restart: unless-stopped
networks:
- dashi_net
networks:
dashi_net:
driver: bridge
name: dashi_net