mirror of
https://github.com/theoleuthardt/homelab-docker-compose.git
synced 2026-06-05 15:41:07 +00:00
11 lines
275 B
YAML
11 lines
275 B
YAML
services:
|
|
hawser:
|
|
image: ghcr.io/finsys/hawser:latest
|
|
container_name: dockhand-agent
|
|
restart: unless-stopped
|
|
ports:
|
|
- "2376:2376"
|
|
volumes:
|
|
- /run/podman/podman.sock:/var/run/docker.sock
|
|
environment:
|
|
- TOKEN=qcNwUqbgPSQTiQquD8waMj5
|