Delete 'stacks/portainer-agent/docker-stack.yml'

This commit is contained in:
2018-10-15 23:58:25 +00:00
parent 1e0e11fe3c
commit 4e15f846e0

View File

@@ -1,26 +0,0 @@
version: '3.2'
services:
agent:
image: portainer/agent
environment:
AGENT_CLUSTER_ADDR: tasks.agent
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /var/lib/docker/volumes:/var/lib/docker/volumes
ports:
- target: 9001
published: 9001
protocol: tcp
mode: host
networks:
- portainer_agent
deploy:
mode: global
placement:
constraints: [node.platform.os == linux]
networks:
portainer_agent:
driver: overlay
attachable: true