Dockhand Hawser Docker Compose Agent

To install Docker Compose Agent for Dockhand

version: '3.8'

services:
  hawser:
    image: ghcr.io/finsys/hawser:latest
    container_name: hawser
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock
      - hawser_stacks:/data/stacks
    ports:
      - "2376:2376"
    environment:
      - TOKEN=your-secret-token
    restart: unless-stopped

volumes:
  hawser_stacks:


Revision #2
Created 2026-01-25 17:55:29 UTC by lumxux
Updated 2026-01-25 17:56:20 UTC by lumxux