Delete 'stacks/portainer-agent/docker-stack.yml'
This commit is contained in:
@@ -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
|
|
||||||
Reference in New Issue
Block a user