feat: add DASHI dashboard stack #34

Open
Hermes wants to merge 3 commits from feat/add-dashi-dashboard into master
3 changed files with 84 additions and 0 deletions
Showing only changes of commit 29ac1e0d25 - Show all commits

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

View File

@@ -41,6 +41,7 @@ services:
- passman_net
- tak_net
- vc_net
- dashi_net
ddns-updater:
image: qmcgaw/ddns-updater
@@ -114,6 +115,9 @@ networks:
vc_net:
external: true
name: vc_net
dashi_net:
external: true
name: dashi_net
# duckdns:
# environment: