mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-02-14 09:39:56 +00:00
16 lines
280 B
YAML
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
|