compose example

This commit is contained in:
jarek
2025-12-29 15:29:28 +01:00
parent 695acd922e
commit c60db2930c
2 changed files with 38 additions and 0 deletions

13
docker-compose.yaml Normal file
View File

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