version: "3.8" services: rustfs: image: rustfs/rustfs:latest container_name: rustfs ports: - "9000:9000" - "9001:9001" volumes: - /data:/data restart: unless-stopped hawser: image: ghcr.io/finsys/hawser:latest container_name: hawser ports: - "2376:2376" volumes: - /var/run/docker.sock:/var/run/docker.sock - hawser_stacks:/data/stacks restart: unless-stopped volumes: hawser_stacks: