commit 4e52f5523e807d89dfe3d768539a60970b73b023 Author: Jay Booker Date: Tue Jan 20 09:18:29 2026 +0900 Add dockhand diff --git a/dockhand b/dockhand new file mode 100644 index 0000000..954fad4 --- /dev/null +++ b/dockhand @@ -0,0 +1,12 @@ +services: + hawser: + container_name: hawser + restart: always + volumes: + - /var/run/docker.sock:/var/run/docker.sock + - ./hawser_stacks:/data/stacks + ports: + - 2376:2376 + environment: + - TOKEN=Withyou1107 + image: ghcr.io/finsys/hawser:latest \ No newline at end of file