Some checks failed
Deploy to Swarm / deploy (push) Failing after 2s

This commit is contained in:
2025-10-25 12:34:39 -04:00
parent 8f9bd5ec8d
commit 5e6489b67d
14 changed files with 0 additions and 412 deletions

View File

@@ -1,34 +0,0 @@
networks:
homelab:
external: true
services:
agent:
image: portainer/agent:latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /var/lib/docker/volumes:/var/lib/docker/volumes
networks:
- homelab
deploy:
mode: global
placement:
constraints:
- node.platform.os == linux
portainer:
image: portainer/portainer-ce:latest
command: -H tcp://tasks.agent:9001 --tlsskipverify
ports:
- "9443:9443"
- "9000:9000"
volumes:
- /mnt/swarm-data/portainer:/data
networks:
- homelab
deploy:
mode: replicated
replicas: 1
placement:
constraints:
- node.role == manager