initial: dockhand compose

This commit is contained in:
sascha 2026-04-03 18:43:29 +02:00
commit 900a6366c3

10
compose.yml Normal file
View file

@ -0,0 +1,10 @@
services:
dockhand:
image: fnsys/dockhand:latest
container_name: dockhand
restart: unless-stopped
ports:
- 3000:3000
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /app-config/dockhand:/app/data