Added portainer agent to connect with cloudhaus

This commit is contained in:
2026-01-25 14:47:52 +02:00
parent 993e17c72c
commit 018aec959c

View File

@@ -0,0 +1,12 @@
name: portainer-agent
services:
agent:
ports:
- 9001:9001
container_name: portainer_agent
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /var/lib/docker/volumes:/var/lib/docker/volumes
- /:/host
image: portainer/agent:2.33.6