mirror of
https://github.com/portainer/portainer.git
synced 2025-08-03 04:45:21 +02:00
* feat(project): refactor e2e testing * feat(project): remove example text * feat(project): add missing newlines Co-authored-by: owner <owner@pop-os.localdomain>
18 lines
387 B
YAML
18 lines
387 B
YAML
version: '3'
|
|
services:
|
|
agent:
|
|
image: portainer/agent
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
- /var/lib/docker/volumes:/var/lib/docker/volumes
|
|
ports:
|
|
- 9001:9001
|
|
networks:
|
|
- agent_network
|
|
deploy:
|
|
mode: global
|
|
placement:
|
|
constraints: [node.platform.os == linux]
|
|
networks:
|
|
agent_network:
|
|
driver: overlay
|