feat: Adds portainer and portainer agent.

This commit is contained in:
2025-03-15 09:53:02 -04:00
parent 9b64d416e5
commit f39f7c2e02
3 changed files with 42 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
networks:
proxy:
external: true
services:
portainer_agent:
image: portainer/agent:latest
container_name: portainer_agent
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /var/lib/docker/volumes:/var/lib/docker/volumes:
ports:
- 9001:9001
labels:
com.centurylink.watchtower.enable: true