adding git repo and starting of portainer
parent
82ac1d4f90
commit
b3e1a62086
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
- name: Git checkout HomeLab repository
|
||||||
|
ansible.builtin.git:
|
||||||
|
repo: 'https://github.com/chatton/HomeLab.git'
|
||||||
|
dest: /home/cianhatton/checkouts/HomeLab
|
||||||
|
force: true
|
||||||
|
version: master
|
||||||
@ -0,0 +1,14 @@
|
|||||||
|
version: '3.2'
|
||||||
|
services:
|
||||||
|
portainer:
|
||||||
|
labels:
|
||||||
|
ie.cianhatton.backup.enabled: "true"
|
||||||
|
image: portainer/portainer-ce
|
||||||
|
ports:
|
||||||
|
- "9000:9000"
|
||||||
|
volumes:
|
||||||
|
- portainer_data:/data
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
portainer_data:
|
||||||
Loading…
Reference in New Issue