mirror of
https://github.com/theoleuthardt/homelab-docker-compose.git
synced 2026-06-05 15:41:07 +00:00
feat: dockhand agent compose
This commit is contained in:
parent
968e9a9ee4
commit
5f475cc245
1 changed files with 11 additions and 0 deletions
11
dockhand-agent/docker-compose.yml
Normal file
11
dockhand-agent/docker-compose.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
services:
|
||||||
|
hawser:
|
||||||
|
image: ghcr.io/finsys/hawser:latest
|
||||||
|
container_name: hawser
|
||||||
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- "2376:2376"
|
||||||
|
volumes:
|
||||||
|
- /run/podman/podman.sock:/var/run/docker.sock
|
||||||
|
environment:
|
||||||
|
- TOKEN=qcNwUqbgPSQTiQquD8waMj5
|
||||||
Loading…
Add table
Add a link
Reference in a new issue