Files
container.training/stacks/portainer.yml
2018-09-29 16:54:42 +02:00

16 lines
280 B
YAML

version: "3.4"
services:
web:
image: portainer/portainer
ports:
- "9000:9000"
agent:
image: portainer/agent
volumes:
- /var/run/docker.sock:/var/run/docker.sock
deploy:
mode: global
environment:
AGENT_CLUSTER_ADDR: tasks.agent