You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible-homelab/ansible/roles/setup_portainer/files/docker-compose.yml

16 lines
310 B
YAML

version: '3.2'
services:
portainer:
labels:
ie.cianhatton.backup.enabled: "true"
image: portainer/portainer-ce
container_name: "portainer"
ports:
- "9000:9000"
volumes:
- portainer_data:/data
- /var/run/docker.sock:/var/run/docker.sock
volumes:
portainer_data: