inital commit

This commit is contained in:
2026-06-16 18:22:07 -04:00
commit a8581428ac
4 changed files with 195 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
```yaml
services:
web:
image: gitea.easye.me/ejones/home-dashboard:latest
ports:
- 8096:80
restart: unless-stopped
networks: {}
```