Add composition
This commit is contained in:
parent
7fa36c1111
commit
4b83bac650
1 changed files with 5 additions and 1 deletions
|
@ -14,7 +14,11 @@
|
|||
dest: "{{ invidious_folder }}/docker-compose.yml"
|
||||
backup: yes
|
||||
|
||||
#- name: Ensure composition is up
|
||||
- name: Ensure composition is up
|
||||
community.docker.docker_compose:
|
||||
project_name: "{{ invidious_hostname }}"
|
||||
project_src: "{{ invidious_folder }}"
|
||||
|
||||
- name: Ensure UFW allows port access
|
||||
ufw:
|
||||
rule: allow
|
||||
|
|
Loading…
Reference in a new issue