Add docker-compose.yaml

This commit is contained in:
2026-06-19 18:50:22 +00:00
parent ba58e5cd4f
commit eabf422e81
+19
View File
@@ -0,0 +1,19 @@
services:
dockhand:
image: fnsys/dockhand:1.0.35
container_name: dockhand
restart: unless-stopped
networks:
- homelab
#ports:
# - 3000:3000
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- dockhand_data:/app/data
volumes:
dockhand_data:
networks:
homelab:
external: true